Try and fix the (pre)-release script.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a807440e4d
commit
46a0c05d6f
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@
|
||||||
"lint": "eslint --ext .ts src/",
|
"lint": "eslint --ext .ts src/",
|
||||||
"build": "webpack --mode development --env development --config webpack.dev.js",
|
"build": "webpack --mode development --env development --config webpack.dev.js",
|
||||||
"build:prod": "webpack -p --mode production --env production --config webpack.prod.js",
|
"build:prod": "webpack -p --mode production --env production --config webpack.prod.js",
|
||||||
"preversion": "echo npm test",
|
"preversion": "git add -A . && echo ACTIVATE NPM TEST PLEASE",
|
||||||
"version": "npm run build:prod && echo $npm_package_version > VERSION && git add -A .",
|
"version": "echo $npm_package_version > VERSION && git add -A .",
|
||||||
"postversion": "git push && git push --tags"
|
"postversion": "git push && git push --tags"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue