Skip to content

Commit e63079c

Browse files
committed
Fix the build script
1 parent 6ce5eae commit e63079c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "angular2-fusioncharts",
33
"version": "1.0.2-rc.2",
44
"scripts": {
5-
"transpile": "ngc",
5+
"transpile": "ngc -p tsconfig-aot.json",
66
"package": "rollup -c",
77
"minify": "uglifyjs dist/bundles/fusioncharts.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/fusioncharts.umd.min.js",
8-
"build": "rm -rf ./dist && npm run transpile && npm run package && npm run minify && cp dist_package.json ./dist/package.json"
8+
"build": "rm -rf ./dist && npm run transpile"
99
},
1010
"repository": {
1111
"type": "git",

tsconfig-aot.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
},
1414

1515
"files": [
16-
// "src/app/app.module.ts",
1716
"./index.ts"
1817
],
1918

0 commit comments

Comments
 (0)