We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047dec5 commit 6a68643Copy full SHA for 6a68643
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
npm cache clean --force
49
yarn cache clean
50
- rm -rf node_modules yarn.lock
+ Remove-Item -Recurse -Force node_modules,yarn.lock -ErrorAction SilentlyContinue
51
yarn install --frozen-lockfile
52
53
- name: Run build script
0 commit comments