Skip to content

Commit

Permalink
ci(publish): Enable overwrite option for production use
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuki31 committed Apr 14, 2024
1 parent ebc03ae commit 99d8b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npm run build --if-present
- run: npm run build --if-present -- --overwrite
- run: npm test

publish:
Expand Down

0 comments on commit 99d8b7f

Please sign in to comment.