Skip to content

Commit

Permalink
GH Actions: "npm clean install" statt "npm ci"
Browse files Browse the repository at this point in the history
  • Loading branch information
MDecker-MobileComputing committed May 8, 2024
1 parent 00fbd0e commit d865fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ionic-angular-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
${{ runner.OS }}-
- name: Install Dependencies
run: npm ci # besonders "sauberer Build", z.B. node_modules ggf. löschen
run: npm clean-install # node_modules/ ggf. löschen

- name: Build Ionic App
run: |
Expand Down

0 comments on commit d865fbd

Please sign in to comment.