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 dd41ee3 commit ee228b6Copy full SHA for ee228b6
.github/workflows/build.yaml
@@ -39,6 +39,8 @@ jobs:
39
run: |
40
yarn install
41
yarn prettier-test --write
42
+ rm -rf node_modules
43
+ rm yarn.lock
44
45
- name: Commit changes
46
uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments