This commit is contained in:
Matteo Pagliazzi 2019-10-15 17:26:06 +02:00
parent 66ecb48cda
commit 223eda501b

View file

@ -7,7 +7,7 @@
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit --require ./tests/unit/helpers.js",
"lint": "vue-cli-service lint",
"postinstall": "if [ -n \"$npm_config_production\" ]; then npm run build-for-production; fi"
"postinstall": "if [ -n \"$npm_config_production\" ]; then npm run build; fi"
},
"dependencies": {
"amplitude-js": "^5.3.1",