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 46c239a commit 493b044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm i
# - name: lint
# run: npm run lint
# - run: npm run build
Expand Down 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 493b044

Please sign in to comment.