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 1818 "build:webpack" : " rimraf dist && webpack --config config/webpack.prod.js --bail" ,
1919 "build:cli" : " ng build" ,
2020 "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" ,
2122 "i18n" : " ng-xi18n"
2223 },
2324 "keywords" : [],
Original file line number Diff line number Diff line change 66 "postinstall" : " typings install" ,
77 "typings" : " typings" ,
88 "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"
1710 },
1811 "keywords" : [],
1912 "author" : " " ,
You can’t perform that action at this time.
0 commit comments