Skip to content

Commit

Permalink
build: added docs deploy to release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Dec 5, 2019
1 parent eebb852 commit 5609f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,9 +25,9 @@
"build": "lerna run build --stream",
"test": "lerna run test --stream",
"docs": "lerna run docs --stream",
"docs:deploy": "lerna run docs --stream",
"docs:deploy": "lerna run docs:deploy --stream",
"version": "lerna version --conventional-commits --no-changelog --yes",
"release": "npm run test && npm run version && npm run build && lerna publish from-git --yes"
"release": "npm run test && npm run version && npm run build && lerna publish from-git --yes && npm run docs:deploy"
},
"dependencies": {
"react": "^16.12.0",
Expand Down

0 comments on commit 5609f69

Please sign in to comment.