Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Updated build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaschoal committed Jan 22, 2018
1 parent 68cf658 commit 0ae52be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/ng-chat.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ng-chat.umd.min.js",
"clean": "del /S *.ngsummary.json del /S *.ngfactory.ts",
"build-legacy": "npm run templates && npm run transpile && npm run package && npm run minify && npm run clean",
"linux-clean": "rm -f *.ngsummary.json *.ngfactory.ts",
"linux-build": "npm run templates && npm run transpile && npm run package && npm run minify && npm run linux-clean",
"build-legacy": "npm run templates && npm run transpile && npm run package && npm run minify && npm run clean",
"linux-build-legacy": "npm run templates && npm run transpile && npm run package && npm run minify && npm run linux-clean",
"copy-readme": "copy ..\\README.md dist\\README.md",
"build": "ng-packagr -p package.json && npm run copy-readme"
"build": "ng-packagr -p package.json",
"build-package": "ng-packagr -p package.json && npm run copy-readme"
},
"description": "A simple facebook/linkedin lookalike chat module for Angular applications.",
"author": "Rafael Carvalho",
Expand Down

0 comments on commit 0ae52be

Please sign in to comment.