chore(pkg): replace export script with prepack script only

This commit is contained in:
Erica Marigold 2024-03-30 12:41:16 +05:30
parent b1bdc03815
commit 106f93a6d2
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -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": "",