This repository was archived by the owner on Apr 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44script :
55 - yarn test
66 - yarn build
7+ - yarn size
78before_install :
89 - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.6.0
910 - export PATH="$HOME/.yarn/bin:$PATH"
Original file line number Diff line number Diff line change 99 "build" : " lerna run build" ,
1010 "lint" : " eslint --ext .tsx ." ,
1111 "test" : " jest" ,
12+ "size" : " lerna exec --ignore yubaba-common --ignore yubaba-examples -- yarn size" ,
1213 "pre-cut-version" : " yarn test" ,
1314 "postinstall" : " yarn build && lerna link" ,
1415 "cut-version" : " yarn pre-cut-version && lerna publish --conventional-commits --skip-npm && yarn post-cut-version" ,
Original file line number Diff line number Diff line change 88 "module" : " dist/es6/packages/yubaba/src/index.js" ,
99 "sideEffects" : false ,
1010 "scripts" : {
11- "build" : " rm -rf dist && tsc -p ./tsconfig.cjs.json && tsc -p ./tsconfig.es6.json && cp ../../README.md README.md"
11+ "build" : " rm -rf dist && tsc -p ./tsconfig.cjs.json && tsc -p ./tsconfig.es6.json && cp ../../README.md README.md" ,
12+ "size" : " size-limit"
1213 },
14+ "size-limit" : [
15+ {
16+ "limit" : " 5.4 KB" ,
17+ "path" : " dist/es6/packages/yubaba/src/index.js"
18+ }
19+ ],
1320 "peerDependencies" : {
1421 "emotion" : " ^9.2.9" ,
1522 "react" : " ^16.4.x" ,
3037 "react-body-classname" : " ^1.2.0" ,
3138 "react-dom" : " ^16.5.2" ,
3239 "react-router-dom" : " ^4.3.1" ,
40+ "size-limit" : " ^0.21.0" ,
3341 "styled-components" : " ^3.4.5" ,
3442 "yubaba-common" : " ^1.3.0"
3543 }
You can’t perform that action at this time.
0 commit comments