mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 12:50:36 +00:00
chore(pkg): replace export script with prepack script only
This commit is contained in:
parent
b1bdc03815
commit
106f93a6d2
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
"description": "A lua implementation of the wireguard keygen algorithm.",
|
"description": "A lua implementation of the wireguard keygen algorithm.",
|
||||||
"main": "out/init.lua",
|
"main": "out/init.lua",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"export": "pnpm build && pnpm pack",
|
|
||||||
"build": "rbxtsc --verbose && ./lunew bundle",
|
"build": "rbxtsc --verbose && ./lunew bundle",
|
||||||
"watch": "rbxtsc -w",
|
"watch": "rbxtsc -w",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
|
@ -13,7 +12,7 @@
|
||||||
"fmt": "prettier -w src/",
|
"fmt": "prettier -w src/",
|
||||||
"test": "./lunew test",
|
"test": "./lunew test",
|
||||||
"postinstall": "patch -f node_modules/@rbxts/types/include/roblox.d.ts < lune_require_patch.diff",
|
"postinstall": "patch -f node_modules/@rbxts/types/include/roblox.d.ts < lune_require_patch.diff",
|
||||||
"prepublishOnly": "pnpm build"
|
"prepack": "pnpm build"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Loading…
Reference in a new issue