Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jan 11, 2018
1 parent 00afe47 commit 1062975
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@
"scaffold:deploy": "cd ./scaffold && gh-pages -d dist",
"scaffold:npm:next": "cd ./scaffold && npm publish --tag next --access=public",
"scaffold:npm": "cd ./scaffold && npm publish --access=public",
"scaffold:release:next": "npm run scaffold:install && npm run scaffold:build && npm run scaffold:deploy && npm run scaffold:npm:next",
"scaffold:release": "npm run scaffold:install && npm run scaffold:build && npm run scaffold:deploy && npm run scaffold:npm"
"scaffold:release:demo": "npm run scaffold:install && npm run scaffold:build && npm run scaffold:deploy",
"scaffold:release:next": "npm run scaffold:release:demo && npm run scaffold:npm:next",
"scaffold:release": "npm run scaffold:release:demo && npm run scaffold:npm"
},
"dependencies": {
"@angular/animations": "^5.0.0",
Expand Down

0 comments on commit 1062975

Please sign in to comment.