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:
14
14
- run :
15
15
name : Setup NPM Token
16
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
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
20
20
21
21
# https://github.com/atlassian/react-beautiful-dnd/issues/1007#issuecomment-446415426
22
22
- 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
25
25
26
26
- run :
27
27
name : Install Dependencies
You can’t perform that action at this time.
0 commit comments