Skip to content

Commit 7a5e6b6

Browse files
committed
2 parents 0a7b3fe + 7d69a3e commit 7a5e6b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
1919
echo "registry=https://registry.npmjs.org/" >> .npmrc
2020

21+
# https://github.com/atlassian/react-beautiful-dnd/issues/1007#issuecomment-446415426
22+
- run:
23+
name: Workaround for Flow crashing
24+
command: echo "server.max_workers=1" >> .flowconfig
25+
2126
- run:
2227
name: Install Dependencies
2328
command: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)