Skip to content

Commit a25c6a4

Browse files
dont expect lock file during ci
1 parent e7658b7 commit a25c6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
- run:
1111
name: Install Dependencies
12-
command: yarn install --ignore-scripts
12+
command: yarn install --ignore-scripts --no-lockfile
1313

1414
- run:
1515
name: Run Tests

0 commit comments

Comments
 (0)