This commit is contained in:
Matteo Pagliazzi 2019-10-15 16:57:47 +02:00
parent e29d06dcd9
commit 07ee36e94d

View file

@ -6,7 +6,7 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit --require ./tests/unit/helpers.js",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"postinstall": "[ \"$NODE_ENV\" == production ] && npm run build"
},
"dependencies": {