File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1111 keys :
1212 - v1-yarn-packages-{{ checksum "yarn.lock" }}
1313
14- - run : yarn config set registry "https://registry.npmjs.org/"
15- - run : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
16- - run : echo "registry=https://registry.npmjs.org/" >> .npmrc
14+ - run :
15+ name : Setup NPM Token
16+ command : |
17+ yarn config set registry "https://registry.npmjs.org/"
18+ echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
19+ echo "registry=https://registry.npmjs.org/" >> .npmrc
1720
1821 - run :
1922 name : Install Dependencies
2730 - run :
2831 name : build
2932 command : yarn run prepublishOnly
33+ - run :
34+ name : upload test coverage
35+ command : yarn codecov || true
3036 - run :
3137 name : release
3238 command : yarn run semantic-release || true
Original file line number Diff line number Diff line change 11[ignore]
2- <PROJECT_ROOT>/lib/.*
2+ <PROJECT_ROOT>/[^/\\]+\.js$
3+ <PROJECT_ROOT>/[^/\\]+\.js\.flow$
34<PROJECT_ROOT>/es/.*
45<PROJECT_ROOT>/node_modules/fbjs/.*
56<PROJECT_ROOT>/node_modules/.*/fbjs/.*
You can’t perform that action at this time.
0 commit comments