Skip to content

Commit b2dfb32

Browse files
authored
Merge pull request #222 from hildjj/versioning
Ensurre pnpm-lock.yaml gets updated during versioning
2 parents 04f26d7 + 22d68a3 commit b2dfb32

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"coverage:all": "nyc -r lcov npm run test:all",
2424
"precopy": "rimraf docs/example/*",
2525
"copy": "pnpm -r copy",
26-
"version": "monopub -P version"
26+
"version": "monopub -P version && pnpm i -r && git add pnpm-lock.yaml"
2727
},
2828
"dependencies": {
2929
"nofilter": "^3.0.2"

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)