Skip to content

Commit

Permalink
fix: change prepublish script to prepublishOnly for better npm compat…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
therialguz committed Nov 10, 2024
1 parent 923a123 commit 340d554
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 @@ -120,7 +120,7 @@
"test": "vitest",
"update-exports": "node scripts/update-exports.js",
"docs": "typedoc --out docs src",
"prepublish": "npm run build && npm run docs",
"prepublishOnly": "npm run build && npm run docs",
"bench": "vitest bench --run"
},
"devDependencies": {
Expand Down

0 comments on commit 340d554

Please sign in to comment.