mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(package): potential fix for the npm package being uncompiled
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"types": "./client/index.d.ts",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prepublish": "tsc"
|
||||
"compile": "tsc",
|
||||
"prepublish": "pnpm compile"
|
||||
},
|
||||
"keywords": [
|
||||
"fivem",
|
||||
|
||||
Reference in New Issue
Block a user