Revert debugging stuff

This commit is contained in:
Andre Kiste 2020-07-06 16:28:53 +12:00 committed by GitHub
parent 0a58bda7dd
commit d07d2ba4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"node": "^10.x"
},
"scripts": {
"build": "yarn && NODE_ENV=production webpack -p --bail --progress",
"build": "yarn && yarn test && NODE_ENV=production webpack -p --bail --progress",
"dev": "NODE_ENV=development webpack --progress",
"watch": "NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",