Try and fix the (pre)-release script.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Manuel Friedli 2019-05-10 23:49:22 +02:00
parent a807440e4d
commit 46a0c05d6f
1 changed files with 2 additions and 2 deletions

View File

@ -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": {