Skip to content

Commit

Permalink
feat(ci cd): changed yarn command
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpmi committed Jun 18, 2024
1 parent c2e51c5 commit feac764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20

- name: Install dependencies
run: yarn
run: yarn install
working-directory: ./template

- name: Run ESLint
Expand Down

0 comments on commit feac764

Please sign in to comment.