Skip to content

Commit

Permalink
ci(fix): npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet committed Nov 5, 2024
1 parent 5ad31cc commit 25526ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm i
- run: npm run build
- name: release
run: cd dist/ngx-back-button && npx semantic-release --branches main
Expand Down

0 comments on commit 25526ac

Please sign in to comment.