Skip to content

Commit 5613182

Browse files
committed
try something else
1 parent 5b94910 commit 5613182

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ jobs:
2323
command: |
2424
node -v
2525
npm -v
26+
- run:
27+
name: Clear npm cache
28+
command: |
29+
npm cache clean --force
2630
- run:
2731
name: Install dependencies and generate
2832
command: |
29-
npm install
33+
ls -la
34+
npm install --no-progress
3035
- run:
3136
name: Build library
3237
command: |

0 commit comments

Comments
 (0)