Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 95e526b

Browse files
committed
chore: fix release process
1 parent fa949a6 commit 95e526b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313
"build:lib": "cross-env BABEL_ENV=lib babel --out-dir build src",
1414
"build:rollup": "cross-env BABEL_ENV=rollup rollup -c",
1515
"build:watch": "yarn build:lib --watch",
16-
"deploy": "yarn deploy:docs && npm publish build",
1716
"deploy:docs": "firebase deploy",
1817
"dev": "styleguidist server",
1918
"prebuild": "shx rm -rf dist/*",
2019
"release":
21-
"standard-version && conventional-github-releaser -p angular && yarn build"
20+
"standard-version && conventional-github-releaser -p angular && yarn build && yarn deploy:docs"
2221
},
2322
"devDependencies": {
2423
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)