We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b44938 commit 7b2675fCopy full SHA for 7b2675f
package.json
@@ -19,7 +19,7 @@
19
"lint": "eslint --max-warnings 0 src",
20
"test": "npm run lint && npm run build && node ./lib/test.js && node ./unittests/index.js",
21
"changelog": "tsc && node ./lib/changelog.js",
22
- "version": "tsc && node ./lib/version.js"
+ "version": "npm i && tsc && node ./lib/version.js"
23
},
24
"author": {
25
"name": "Kagami Sascha Rosylight",
0 commit comments