Skip to content

Commit 2ecdd49

Browse files
committed
try try try
1 parent af51128 commit 2ecdd49

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
@@ -31,7 +31,7 @@ jobs:
3131
name: Install dependencies and generate
3232
command: |
3333
ls -la
34-
npm install --verbose
34+
PUPPETEER_SKIP_DOWNLOAD=true npm install --unsafe-perm=true --verbose
3535
- run:
3636
name: Build library
3737
command: |

0 commit comments

Comments
 (0)