Skip to content

Commit 7cfa568

Browse files
committed
Added postversion script to fully update package-lock.json
1 parent f329a5f commit 7cfa568

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scripts": {
2525
"prepare": "tsc -p ./tsconfig.build.json",
2626
"build": "rimraf ./dist && tsc -p ./tsconfig.build.json",
27+
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
2728
"ts-node": "ts-node -r tsconfig-paths/register",
2829
"test": "jest",
2930
"lint": "eslint '{src,tests}/**/*.{js,ts}'",

0 commit comments

Comments
 (0)