Skip to content

Commit

Permalink
prebpuslih -> prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtatranta committed Dec 15, 2024
1 parent 71326fe commit 2a000c4
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 @@ -70,7 +70,7 @@
"start": "node scripts/start.js",
"clean": "rm -rf ./dist",
"build": "npm run clean && tsc --declaration -p ./",
"prepublish": "npm run clean && npm run build",
"prepublishOnly": "npm run clean && npm run build",
"test": "node scripts/test.js",
"typecheck": "tsc --noEmit -p ./tsconfig.json"
},
Expand Down

0 comments on commit 2a000c4

Please sign in to comment.