Skip to content

Commit 28f3ac2

Browse files
committed
Added postversion script to fully update package-lock.json
1 parent 88f80dd commit 28f3ac2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"install": "node-gyp-build",
2828
"prebuild": "prebuildify --napi --strip --target=16.14.2",
2929
"build": "rimraf ./dist && tsc -p ./tsconfig.build.json",
30+
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
3031
"ts-node": "ts-node -r tsconfig-paths/register",
3132
"test": "jest",
3233
"lint": "eslint '{src,tests}/**/*.{js,ts}'",

0 commit comments

Comments
 (0)