From 98e9a6ed684ee0e8a66ee49f1e2aa8523b168e85 Mon Sep 17 00:00:00 2001 From: Josh Guyette Date: Mon, 17 Jul 2023 16:25:50 -0500 Subject: [PATCH] just "npm publish" directly --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c18f554..f69b748 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "scripts": { "build": "tsc", "test": "./node_modules/.bin/jest --verbose", - "watch": "./node_modules/.bin/jest --watch", - "deploy": "npm run build && npm publish" + "watch": "./node_modules/.bin/jest --watch" }, "devDependencies": { "@types/jest": "^29.5.3",