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