Skip to content

Commit

Permalink
c: move lint + build to prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Bour committed Feb 22, 2024
1 parent 2ffacc8 commit 00b979b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "biome ci .",
"test": "vitest",
"build": "tsup",
"publish": "pnpm lint && pnpm build && pnpm publish --access public"
"prepublish": "pnpm lint && pnpm build"
},
"dependencies": {
"zod": "^3.22.4"
Expand Down

0 comments on commit 00b979b

Please sign in to comment.