Skip to content

Commit 6a68643

Browse files
Update build.yml
1 parent 047dec5 commit 6a68643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
npm cache clean --force
4949
yarn cache clean
50-
rm -rf node_modules yarn.lock
50+
Remove-Item -Recurse -Force node_modules,yarn.lock -ErrorAction SilentlyContinue
5151
yarn install --frozen-lockfile
5252
5353
- name: Run build script

0 commit comments

Comments
 (0)