Skip to content

Commit

Permalink
fix: update release script to include build step before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Simoon-F committed Jan 14, 2025
1 parent bf9b7cf commit da56eb4
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:fix": "eslint --fix .",
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
"eslint:typegen": "tsx eslint-typegen/eslint-typegen.ts",
"release": "bumpp && pnpm publish",
"release": "pnpm build && bumpp && pnpm publish",
"typecheck": "tsc --noEmit"
},
"keywords": [
Expand Down

0 comments on commit da56eb4

Please sign in to comment.