Commit 3c4173e9dc24f00a421e76c79843c9dda34570b2
1 parent
c2d7dabd
Exists in
master
and in
34 other branches
Call typings install for dev-scripts
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
package.json
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | "test-single": "karma start --single-run", |
13 | 13 | "test-and-coverage": "karma start & npm run remap-coverage", |
14 | 14 | "test": "webpack -w --test", |
15 | - "postinstall": "npm install -g bower && bower install && typings install", | |
15 | + "postinstall": "npm install -g bower && bower install && typings install && cd dev-scripts && typings install", | |
16 | 16 | "start": "concurrently \"webpack -w\" \"gulp serve\"", |
17 | 17 | "generate-indexes": "ts-node --project ./dev-scripts ./dev-scripts/generate-index-modules.ts" |
18 | 18 | }, | ... | ... |