Skip to content

Commit

Permalink
Less deps
Browse files Browse the repository at this point in the history
  • Loading branch information
boonya committed Jan 7, 2024
1 parent dc4c1b2 commit 7d43a17
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
with:
node-version-file: ".nvmrc"
- run: npm set '//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}'
- run: npm ci
- run: |
npm ci \
--include-workspace-root \
--omit=dev \
--omit=peer \
--omit=optional
- run: npm run build
- run: npm publish
env:
Expand Down

0 comments on commit 7d43a17

Please sign in to comment.