This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 18
18
"build:webpack" : " rimraf dist && webpack --config config/webpack.prod.js --bail" ,
19
19
"build:cli" : " ng build" ,
20
20
"build:aot" : " ngc -p tsconfig-aot.json && rollup -c rollup.js" ,
21
+ "build:toh-aot" : " ngc -p ../../toh-6/ts/tsconfig-aot.json && rollup -c ../../toh-6/ts/rollup.js" ,
21
22
"i18n" : " ng-xi18n"
22
23
},
23
24
"keywords" : [],
Original file line number Diff line number Diff line change 6
6
"postinstall" : " typings install" ,
7
7
"typings" : " typings" ,
8
8
"protractor" : " protractor" ,
9
- "webdriver:update" : " webdriver-manager update" ,
10
- "start:webpack" : " webpack-dev-server --inline --progress --port 8080" ,
11
- "test:webpack" : " karma start karma.webpack.conf.js" ,
12
- "build:webpack" : " rimraf dist && webpack --config config/webpack.prod.js --bail" ,
13
- "build:cli" : " ng build" ,
14
- "build:aot" : " ngc -p tsconfig-aot.json && rollup -c rollup.js" ,
15
- "i18n" : " ng-xi18n" ,
16
- "build:toh-aot" : " ngc -p ../../toh-6/ts/tsconfig-aot.json && rollup -c ../../toh-6/ts/rollup.js"
9
+ "webdriver:update" : " webdriver-manager update"
17
10
},
18
11
"keywords" : [],
19
12
"author" : " " ,
You can’t perform that action at this time.
0 commit comments