We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad31cc commit 25526acCopy full SHA for 25526ac
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
node-version: 20
45
cache: 'npm'
46
- - run: npm ci
+ - run: npm i
47
- run: npm run build
48
- name: release
49
run: cd dist/ngx-back-button && npx semantic-release --branches main
0 commit comments