Skip to content

Commit

Permalink
fix: prepublish -> prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyd committed Jan 5, 2024
1 parent 076d165 commit 7ce0b7d
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 @@ -26,7 +26,7 @@
"!lib/**/*.test.js"
],
"scripts": {
"prepublish": "npm run typegen && npm run check:all",
"prepublishOnly": "npm run typegen && npm run check:all",
"format": "npx @biomejs/biome format lib/**/*.js --write",
"lint": "npx @biomejs/biome lint lib/**/*.js",
"lint:fix": "npx @biomejs/biome lint --apply-unsafe lib/**/*.js",
Expand Down

0 comments on commit 7ce0b7d

Please sign in to comment.