Skip to content

Commit

Permalink
fix command ng
Browse files Browse the repository at this point in the history
  • Loading branch information
gboutte committed Jul 17, 2023
1 parent 13b75c5 commit 8a6961c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
registry-url: https://registry.npmjs.org/
node-version: '14'

- name: Install dependencies
run: npm install -g @angular/cli@latest
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 8a6961c

Please sign in to comment.