mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 04:40: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.",
|
||||
"main": "out/init.lua",
|
||||
"scripts": {
|
||||
"export": "pnpm build && pnpm pack",
|
||||
"build": "rbxtsc --verbose && ./lunew bundle",
|
||||
"watch": "rbxtsc -w",
|
||||
"lint": "eslint src",
|
||||
|
@ -13,7 +12,7 @@
|
|||
"fmt": "prettier -w src/",
|
||||
"test": "./lunew test",
|
||||
"postinstall": "patch -f node_modules/@rbxts/types/include/roblox.d.ts < lune_require_patch.diff",
|
||||
"prepublishOnly": "pnpm build"
|
||||
"prepack": "pnpm build"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
Loading…
Reference in a new issue