Skip to content

Commit

Permalink
use npm scripts in release CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
midzdotdev committed Nov 7, 2024
1 parent 61ec11b commit b590845
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
node-version-file: package.json

- run: npm install
- run: npx prettier --check .
- run: npx tsc --noEmit
- run: npx vitest --typecheck

- run: npm run lint:prettier
- run: npm run lint:tsc
- run: npm run test

- run: npx jsr publish

0 comments on commit b590845

Please sign in to comment.