Skip to content

Commit

Permalink
Merge pull request #7 from flowforge/hardillb-patch-1
Browse files Browse the repository at this point in the history
Don't install dev when publishing a release
  • Loading branch information
hardillb authored Nov 18, 2022
2 parents dea1c33 + a395018 commit 4be3295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
- run: npm install --production
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
token: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 4be3295

Please sign in to comment.