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.
1 parent 2c744e8 commit 80546dfCopy full SHA for 80546df
1 file changed
.circleci/config.yml
@@ -14,14 +14,14 @@ jobs:
14
- run:
15
name: Setup NPM Token
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
+ yarn config set registry "https://registry.npmjs.org/"
+ echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
+ echo "registry=https://registry.npmjs.org/" >> .npmrc
20
21
# https://github.com/atlassian/react-beautiful-dnd/issues/1007#issuecomment-446415426
22
23
- name: Workaround for Flow crashing
24
- command: echo "server.max_workers=1" >> .flowconfig
+ name: Workaround for Flow crashing
+ command: echo "server.max_workers=1" >> .flowconfig
25
26
27
name: Install Dependencies
0 commit comments