Skip to content

Commit

Permalink
chore: update docs actions
Browse files Browse the repository at this point in the history
  • Loading branch information
psaren committed Feb 28, 2021
1 parent e8172c4 commit 72f448a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39,773 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Build demo
run: |
cd ../onebay-ui-demo
pwd
node -v
npm -v
npm install
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"scripts": {
"publish:local": "sh ./.vscode/publish_onebay.sh",
"publish": "lerna publish --conventional-commits"
"publish": "lerna publish --conventional-commits",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 72f448a

Please sign in to comment.