Skip to content

Commit 7b2675f

Browse files
committed
chore(package): make sure installed packages match the versions
1 parent 6b44938 commit 7b2675f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint": "eslint --max-warnings 0 src",
2020
"test": "npm run lint && npm run build && node ./lib/test.js && node ./unittests/index.js",
2121
"changelog": "tsc && node ./lib/changelog.js",
22-
"version": "tsc && node ./lib/version.js"
22+
"version": "npm i && tsc && node ./lib/version.js"
2323
},
2424
"author": {
2525
"name": "Kagami Sascha Rosylight",

0 commit comments

Comments
 (0)