Skip to content

Commit

Permalink
fix omit dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Nov 18, 2022
1 parent fb52983 commit 09df10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install --production --omit dev
- run: npm install --production --omit=dev
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
Expand Down

0 comments on commit 09df10e

Please sign in to comment.