Skip to content

Commit 80546df

Browse files
committed
ci: fix circleci config
1 parent 2c744e8 commit 80546df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)