This repository was archived by the owner on Jun 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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" : [
You can’t perform that action at this time.
0 commit comments