File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 - run :
1515 name : Setup NPM Token
1616 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
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
2020
2121 # https://github.com/atlassian/react-beautiful-dnd/issues/1007#issuecomment-446415426
2222 - run :
23- name: Workaround for Flow crashing
24- command: echo "server.max_workers=1" >> .flowconfig
23+ name : Workaround for Flow crashing
24+ command : echo "server.max_workers=1" >> .flowconfig
2525
2626 - run :
2727 name : Install Dependencies
You can’t perform that action at this time.
0 commit comments