Fix package.json

This commit is contained in:
2018-04-01 15:24:45 +02:00
parent 7db521a72a
commit 0d1418e595
+1 -1
View File
@@ -21,7 +21,7 @@
"build": "ember build",
"build-prod": "ember build --environment production",
"update-version-file": "bash scripts/update-version-file.sh",
"deploy": "npm run build-prod && npm run update-version-file && bash scripts/deploy.sh",
"deploy": "npm run build-prod && npm run update-version-file && bash scripts/deploy.sh"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",