Skip to content

Commit

Permalink
fix: release command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Aug 16, 2024
1 parent 5612a4c commit dfb84d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"format": "eslint --cache --fix .",
"test": "vitest --typecheck --testTimeout 150000",
"check": "nr tsc --noEmit",
"release": "nr test && bumpp",
"release": "nr test run && nr lint && nr check && bumpp",
"publish": "nr publish:prepare && nr test && nlx jsr publish --allow-dirty",
"publish:prepare": "nlx pkg-to-jsr && bun run --shell bun cp ../../LICENSE ."
},
Expand Down

0 comments on commit dfb84d5

Please sign in to comment.