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 559ab56 commit 7fc3a68Copy full SHA for 7fc3a68
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: 16
19
registry-url: 'https://registry.npmjs.org'
20
- name: 🛠 Install Node.js dependencies
21
- run: npm install --omit=dev
+ run: npm install
22
- name: 📦 Publish package to NPM
23
run: npm publish
24
env:
0 commit comments