Skip to content

Commit

Permalink
fix: add missing script to deploy to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Aug 1, 2021
1 parent 8f36248 commit eee2ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
"commit-msg": "cross-env LOGGING_LEVEL=debug cz-customizable-ghooks",
"post-commit": "git update-index --again",
"install-git-hooks": "husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks",
"concurrently": "concurrently --kill-others-on-fail --prefix '[{name}][{time}]' --timestamp-format 'HH:mm:ss'"
"concurrently": "concurrently --kill-others-on-fail --prefix '[{name}][{time}]' --timestamp-format 'HH:mm:ss'",
"deploy": "cross-env NODE_DEBUG=gh-pages gh-pages -d dist -t true"
},
"dependencies": {
"@angular/animations": "12.1.4",
Expand Down

0 comments on commit eee2ee8

Please sign in to comment.