Skip to content

Commit f66e2ca

Browse files
committed
workflow fix
1 parent 8bffb3a commit f66e2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: '21.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- name: Install dependencies and build 🔧
17-
run: npm ci && npm run build
17+
run: npm i && npm ci && npm run build
1818
- name: Publish package on NPM 📦
1919
run: npm publish
2020
env:

0 commit comments

Comments
 (0)