diff --git a/package.json b/package.json index a9ef1c4a..266442b2 100644 --- a/package.json +++ b/package.json @@ -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",