Skip to content

Commit

Permalink
remove extraneous cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-zorn committed Feb 20, 2025
1 parent 062c37d commit 23292be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-server-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm run lint

- name: Run Prettier
run: cd npm run prettier:write
run: npm run prettier:write

- name: Run tests
run: npm test
Expand Down

0 comments on commit 23292be

Please sign in to comment.