Skip to content

Commit 7fc3a68

Browse files
committed
chore: install all dependencies
1 parent 559ab56 commit 7fc3a68

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
@@ -18,7 +18,7 @@ jobs:
1818
node-version: 16
1919
registry-url: 'https://registry.npmjs.org'
2020
- name: 🛠 Install Node.js dependencies
21-
run: npm install --omit=dev
21+
run: npm install
2222
- name: 📦 Publish package to NPM
2323
run: npm publish
2424
env:

0 commit comments

Comments
 (0)