Attempt to fix build, part 3

This commit is contained in:
Eliot Partridge
2019-09-09 10:17:40 -05:00
parent 93cc84e626
commit f4a32256f2
3 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"webpack-verbose": "npm run webpack-prod -- --verbose",
"wds": "webpack-dev-server --config webpack.dev.js --progress --color --debug --port 8091",
"build": "gulp build",
"build-sprites": "npm run build -- --sprites",
"build-sprites": "gulp sprites && npm run build",
"build-beta": "npm run build -- --beta --tools",
"build-fast": "npm run build -- --parallel",
"build-maps": "npm run build -- --maps",