From 315831302e178dc67d4693ba1d0c6c738082b7dd Mon Sep 17 00:00:00 2001 From: Darp Alakun Date: Tue, 7 Jan 2025 15:36:29 -0500 Subject: [PATCH] chore: update build and publish scripts to use npm --- devbox.json | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/devbox.json b/devbox.json index 7dddb2f..0e0eb52 100644 --- a/devbox.json +++ b/devbox.json @@ -13,7 +13,7 @@ "bun run build" ], "publish": [ - "bun run publish" + "npm publish" ], "bump": [ "npm version patch" diff --git a/package.json b/package.json index 858056c..916eaac 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "build": "node scripts/build.js", "verify": "npm run prettier:check && npm run lint && npm run build && npm run test", "prepare": "npx playwright install", - "publish": "npm publish --access public", "prettier": "prettier --write --log-level=warn .", "prettier:check": "prettier --check --log-level=warn .", "lint": "eslint src --max-warnings 0",