Skip to content

Commit

Permalink
build: update prepublish script to use pnpm build
Browse files Browse the repository at this point in the history
- switch from nr build to pnpm build for consistency with other scripts
- ensures compatibility and streamlines build process
  • Loading branch information
wilfriedago committed Aug 28, 2024
1 parent 1e077ee commit ef23e30
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 @@ -31,7 +31,7 @@
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "pnpm dev && eslint .",
"prepublishOnly": "nr build",
"prepublishOnly": "pnpm build",
"release": "bumpp && pnpm publish",
"start": "esno src/index.ts",
"test": "vitest",
Expand Down

0 comments on commit ef23e30

Please sign in to comment.