Commit 8ad5cfe2af3e662f2e3659f64be693d9942d692c

Authored by ABNER SILVA DE OLIVEIRA
1 parent a7d21c43

removed bower install from postinstall script

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
18 "test-and-coverage": "karma start & npm run remap-coverage", 18 "test-and-coverage": "karma start & npm run remap-coverage",
19 "test": "webpack -w --test", 19 "test": "webpack -w --test",
20 "jenkins": "webpack && npm run coverage", 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 "start": "concurrently \"webpack -w\" \"gulp serve\"", 22 "start": "concurrently \"webpack -w\" \"gulp serve\"",
23 "generate-indexes": "ts-node --project ./dev-scripts ./dev-scripts/generate-index-modules.ts", 23 "generate-indexes": "ts-node --project ./dev-scripts ./dev-scripts/generate-index-modules.ts",
24 "fix-jqlite": "ts-node --project ./dev-scripts dev-scripts/fix-jqlite.ts" 24 "fix-jqlite": "ts-node --project ./dev-scripts dev-scripts/fix-jqlite.ts"