Commit 8ad5cfe2af3e662f2e3659f64be693d9942d692c
1 parent
a7d21c43
Exists in
master
and in
30 other branches
removed bower install from postinstall script
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
package.json
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | "test-and-coverage": "karma start & npm run remap-coverage", |
19 | 19 | "test": "webpack -w --test", |
20 | 20 | "jenkins": "webpack && npm run coverage", |
21 | - "postinstall": "npm install -g bower; bower install; typings install; npm run fix-jqlite; cd dev-scripts; typings install", | |
21 | + "postinstall": "bower install; typings install; cd dev-scripts; typings install; cd ../; npm run fix-jqlite", | |
22 | 22 | "start": "concurrently \"webpack -w\" \"gulp serve\"", |
23 | 23 | "generate-indexes": "ts-node --project ./dev-scripts ./dev-scripts/generate-index-modules.ts", |
24 | 24 | "fix-jqlite": "ts-node --project ./dev-scripts dev-scripts/fix-jqlite.ts" | ... | ... |