From 106f93a6d230d12a4872f951a2e3d23d8cbfd40b Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 30 Mar 2024 12:41:16 +0530 Subject: [PATCH] chore(pkg): replace export script with prepack script only --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 41f151e..9702302 100644 --- a/package.json +++ b/package.json @@ -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": "",