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

Commit 4b80ff6

Browse files
committed
chore: fix docs deployment
1 parent f2467b0 commit 4b80ff6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"author": "Greg Bergé <berge.greg@gmail.com>",
88
"license": "MIT",
99
"scripts": {
10-
"build": "yarn build:cp && yarn build:rollup && yarn build:lib",
10+
"build":
11+
"yarn build:cp && yarn build:rollup && yarn build:lib && build:docs",
1112
"build:cp": "shx mkdir -p build/ && shx cp {package.json,README.md} build/",
1213
"build:docs": "styleguidist build",
1314
"build:lib": "cross-env BABEL_ENV=lib babel --out-dir build src",
@@ -16,7 +17,8 @@
1617
"deploy:docs": "firebase deploy",
1718
"dev": "styleguidist server",
1819
"prebuild": "shx rm -rf dist/*",
19-
"release": "standard-version && conventional-github-releaser -p angular && yarn build && yarn deploy:docs"
20+
"release":
21+
"standard-version && conventional-github-releaser -p angular && yarn build && yarn deploy:docs"
2022
},
2123
"devDependencies": {
2224
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)