We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df6bc1 commit e455385Copy full SHA for e455385
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
cache: npm
30
31
- name: Install dependencies
32
- run: npm ci
+ run: npm i
33
34
- name: Build Angular app for GitHub Pages
35
run: npm run build -- --configuration production --base-href "/${{ github.event.repository.name }}/"
0 commit comments