Skip to content

Commit

Permalink
Added scripts for running and building demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed Feb 26, 2020
1 parent fbb4e02 commit 90df751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"charts"
],
"scripts": {
"demo": "cd demo && npm run start && cd ..",
"demo:build": "cd demo && npm run build && cd ..",
"build": "ng-packagr -p package.json && rm -rf dist/out-tsc",
"zip": "bestzip dist.zip dist/ && npm run zip:post",
"zip:post": "ts-node -e \"require('fs').rename('dist.zip', 'ng-charts-'+process.env.npm_package_version+'-dist.zip', ()=>{})\"",
Expand Down

0 comments on commit 90df751

Please sign in to comment.