do not run test before publish

This commit is contained in:
daishi 2025-01-23 22:18:26 +09:00
parent ef0c619fac
commit 4f64985b52

View File

@ -16,7 +16,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
- run: pnpm build
- run: npm publish
env: