From abafc1c71589dfba8a32e9925409389c599f5558 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 19 Apr 2023 05:33:42 -0400 Subject: [PATCH] build: update build scripts --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 99f7d4f..cdc6cbc 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "email": "contact@lumeweb.com" }, "scripts": { - "compile": "yarn tsc", + "compile": "pnpm tsc", "prebuild": "bash prebuild.sh", - "package": "yarn pkg -c pkg.json build/index.js -t linux --public --no-native-build -C gzip", - "build": "yarn run compile && npm run prebuild && npm run package" + "package": "pkg -c pkg.json build/index.js -t linux --public --no-native-build -C gzip", + "build": "pnpm compile && pnpm prebuild && pnpm package" }, "dependencies": { "@fastify/websocket": "^7.2.0",