Skip to content

Commit

Permalink
fix(package.json): fix "pack" script.
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Jan 16, 2019
1 parent 985d068 commit 74002e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"lint:demo": "ng lint ng-chartist-demo",
"lint:lib": "ng lint ng-chartist",
"ng": "ng",
"pack": "cd dist/ng-chartist && yarn pack",
"pack": "cd dist/ng-chartist-lib && yarn pack",
"package": "yarn run build:lib && yarn run pack",
"postgh-pages": "git add . && git commit -m 'chore(*): build demo and docs' && git push && git checkout master",
"start": "ng serve ng-chartist-demo",
Expand Down

0 comments on commit 74002e6

Please sign in to comment.