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/",
|
||||
"build": "webpack --mode development --env development --config webpack.dev.js",
|
||||
"build:prod": "webpack -p --mode production --env production --config webpack.prod.js",
|
||||
"preversion": "echo npm test",
|
||||
"version": "npm run build:prod && echo $npm_package_version > VERSION && git add -A .",
|
||||
"preversion": "git add -A . && echo ACTIVATE NPM TEST PLEASE",
|
||||
"version": "echo $npm_package_version > VERSION && git add -A .",
|
||||
"postversion": "git push && git push --tags"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue