We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a7b3fe + 7d69a3e commit 7a5e6b6Copy full SHA for 7a5e6b6
.circleci/config.yml
@@ -18,6 +18,11 @@ jobs:
18
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
19
echo "registry=https://registry.npmjs.org/" >> .npmrc
20
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
+
26
- run:
27
name: Install Dependencies
28
command: yarn install --frozen-lockfile
0 commit comments