Skip to content

Commit

Permalink
Add touch yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 4, 2023
1 parent 61676f5 commit 3d4f1d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Install Dependencies
run: |
touch yarn.lock
yarn
yarn dedupe
Expand All @@ -35,24 +36,28 @@ jobs:

- name: Run yarn (/website)
run: |
touch yarn.lock
yarn
yarn dedupe
working-directory: website

- name: Run yarn (/scripts/release)
run: |
touch yarn.lock
yarn
yarn dedupe
working-directory: scripts/release

- name: Run yarn (/scripts/tools/bundle-test)
run: |
touch yarn.lock
yarn
yarn dedupe
working-directory: scripts/tools/bundle-test

- name: Run yarn (/scripts/tools/eslint-plugin-prettier-internal-rules)
run: |
touch yarn.lock
yarn
yarn dedupe
working-directory: scripts/tools/eslint-plugin-prettier-internal-rules
Expand Down

0 comments on commit 3d4f1d0

Please sign in to comment.