Commit c8f38fdc12fc63564d14f8dc103917bdbbfcadcd
prod scripts should now be run in parallel as well
browserify and cpx scripts will take time to finish, but should be fine.Mikey committed on 1/7/2016, 3:55:22 AM
Parent: 4b1462a0182a814136c0bdf3b47e5a45f12a63f6
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -20,9 +20,9 @@ | ||
20 | 20 | "prod:assets": "cpx \"app/assets/**/*\" build", |
21 | 21 | "prod:api": "node api", |
22 | 22 | "prod:static": "node static", |
23 | 23 | "dev": "NODE_ENV=development npm-run-all -p dev:*", |
24 | - "prod": "NODE_ENV=production npm-run-all -s prod:*" | |
24 | + "prod": "NODE_ENV=production npm-run-all -p prod:*" | |
25 | 25 | }, |
26 | 26 | "repository": { |
27 | 27 | "type": "git", |
28 | 28 | "url": "git+https://github.com/enspiral-craftworks/business-stack.git" |
Built with git-ssb-web