Skip to content

Commit

Permalink
chore(release): adjust build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Apr 18, 2019
1 parent 2d2380e commit 8709d82
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 @@ -15,8 +15,8 @@
"build:lib": "ng build ng-sortgrid",
"build:demo": "ng build ng-sortgrid-demo --base-href='https://kreuzerk.github.io/ng-sortgrid/'",
"publish": "npm run publish:lib",
"publish:demo": "npx angular-cli-ghpages --dir=dist/ng-sortgrid-demo",
"publish:lib": "cd dist/ng-sortgrid && npm run semantic-release",
"publish:demo": "npx angular-cli-ghpages --dir=./dist/ng-sortgrid-demo",
"publish:lib": "cd dist/ng-sortgrid && npx semantic-release",
"lint": "ng lint",
"e2e": "ng e2e",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit 8709d82

Please sign in to comment.