Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit d33808a

Browse files
committed
move scripts to the right package.json
1 parent 187797c commit d33808a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

public/docs/_examples/_boilerplate/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
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": [],

public/docs/_examples/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@
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": "",

0 commit comments

Comments
 (0)