File tree Expand file tree Collapse file tree 3 files changed +21
-16
lines changed Expand file tree Collapse file tree 3 files changed +21
-16
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
Original file line number Diff line number Diff line change 11[ignore]
2+ <PROJECT_ROOT>/[^/\\]+\.js$
3+ <PROJECT_ROOT>/[^/\\]+\.js\.flow$
24<PROJECT_ROOT>/es/.*
35<PROJECT_ROOT>/lib/.*
46<PROJECT_ROOT>/node_modules/.*/fbjs/.*
Original file line number Diff line number Diff line change 1- .babelrc
2- .eslintrc
3- .eslintcache
4- .eslintrc
5- .idea
6- .nyc_output
7- coverage
8- flow-typed
9- lib
10- node_modules
11- src
12- stories
13- test
1+ **
2+ ! ** / * .js
3+ ! ** / * .js.flow
4+ ! / * .md
5+ / lib
6+ / src
7+ / stories
8+ / test
9+ / coverage
10+ / flow-typed
11+ __tests__
12+ / . *
13+ ! / .flowconfig
You can’t perform that action at this time.
0 commit comments