diff --git a/package.json b/package.json index 1c22799787..36372e0fe7 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "client:e2e": "node test/client/e2e/runner.js", "client:test": "npm run client:unit && npm run client:e2e", "start": "gulp run:dev", - "postinstall": "bower --config.interactive=false install -f; gulp build; npm run client:build" + "postinstall": "bower --config.interactive=false install -f && gulp build && npm run client:build" }, "devDependencies": { "babel-plugin-istanbul": "^4.0.0",