Skip to content

Commit

Permalink
tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Oct 26, 2023
1 parent 9a127ef commit 604eb6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/angular-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
node-version: 18
cache: "npm"
cache-dependency-path: "ui/package-lock.json"
- run: npm ci
- name: Install dependencies
working-directory: ui
run: npm ci
- run: npm run prettier:format
- name: add and commit any files that have changed
id: add_and_commit
Expand Down

0 comments on commit 604eb6a

Please sign in to comment.