Skip to content

Commit

Permalink
fix(package): potential fix for the npm package being uncompiled
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed May 8, 2023
1 parent a557f33 commit b314b0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"types": "./client/index.d.ts",
"main": "index.js",
"scripts": {
"prepublish": "tsc"
"compile": "tsc",
"prepublish": "pnpm compile"
},
"keywords": [
"fivem",
Expand Down

0 comments on commit b314b0a

Please sign in to comment.