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

Commit 44bc596

Browse files
committed
chore(package.json): remove deploy:docs
1 parent 9b15b61 commit 44bc596

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"author": "Greg Bergé <[email protected]>",
1717
"license": "MIT",
1818
"scripts": {
19-
"build": "yarn build:packages && yarn build:docs",
2019
"build:packages": "cross-env STYLED_ENGINE=emotion yarn build:package && cross-env STYLED_ENGINE=styled-components yarn build:package",
2120
"build:package": "yarn build:cp && yarn build:rollup && yarn build:lib",
2221
"build:cp": "shx mkdir -p build/$STYLED_ENGINE && shx cp README.md build/$STYLED_ENGINE && node scripts/pkg.js > build/$STYLED_ENGINE/package.json",
@@ -25,11 +24,10 @@
2524
"build:rollup": "cross-env BABEL_ENV=rollup rollup -c",
2625
"build:watch": "yarn build:lib --watch",
2726
"ci": "yarn lint && yarn test && yarn build:packages && bundlesize",
28-
"deploy:docs": "firebase deploy",
2927
"dev": "docz dev",
3028
"lint": "eslint .",
3129
"prebuild": "shx rm -rf build",
32-
"release": "standard-version && conventional-github-releaser --preset angular && yarn build && yarn deploy:docs",
30+
"release": "standard-version && conventional-github-releaser --preset angular && yarn build:packages",
3331
"test": "jest"
3432
},
3533
"bundlesize": [

0 commit comments

Comments
 (0)