Skip to content

Commit

Permalink
Specify project name
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Jul 8, 2022
1 parent 56057f2 commit 95a25d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"demo.deploy-gh-pages": "gh-pages -d dist/ng2-charts-demo",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build": "ng build ng2-charts-demo",
"build:prod": "ng build --configuration production ng2-charts-demo",
"build:lib": "ng build --configuration production ng2-charts",
"build:schematics": "cd projects/ng2-charts && npm run build && cd ../..",
"build:changelog": "github_changelog_generator -u valor-software -p ng2-charts",
Expand Down

0 comments on commit 95a25d1

Please sign in to comment.