We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf3dc2 commit 8022293Copy full SHA for 8022293
1 file changed
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Dependent environment
21
run: |
22
npm i -g @angular/cli
23
- npm i
+ npm i --force
24
25
- name: Compile
26
0 commit comments