Skip to content

Commit 869e770

Browse files
committed
clean up
1 parent 2ecdd49 commit 869e770

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,10 @@ jobs:
2323
command: |
2424
node -v
2525
npm -v
26-
- run:
27-
name: Clear npm cache
28-
command: |
29-
npm cache clean --force
3026
- run:
3127
name: Install dependencies and generate
3228
command: |
33-
ls -la
34-
PUPPETEER_SKIP_DOWNLOAD=true npm install --unsafe-perm=true --verbose
29+
PUPPETEER_SKIP_DOWNLOAD=true npm install --unsafe-perm=true
3530
- run:
3631
name: Build library
3732
command: |

0 commit comments

Comments
 (0)