fix(package): potential fix for the npm package being uncompiled

This commit is contained in:
LukeWasTaken
2023-05-08 23:58:41 +02:00
parent a557f3364d
commit b314b0a434

View File

@@ -6,7 +6,8 @@
"types": "./client/index.d.ts",
"main": "index.js",
"scripts": {
"prepublish": "tsc"
"compile": "tsc",
"prepublish": "pnpm compile"
},
"keywords": [
"fivem",