Skip to content

Commit

Permalink
switch build to prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Nov 20, 2024
1 parent f59fd08 commit 0d4f247
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 @@ -8,7 +8,7 @@
"build": "tsc",
"dev": "tsc --watch",
"pretty": "npx prettier -w *",
"prepare": "npm run build"
"prepack": "npm run build"
},
"main": "dist/ConnectionHandler.js",
"types": "dist/ConnectionHandler.d.ts",
Expand Down

0 comments on commit 0d4f247

Please sign in to comment.