From 8a6cde00c1335208b0b62d7181c0a615a46bb54d Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 2 Sep 2023 16:11:20 +0400 Subject: [PATCH] build: run build only before prepublish (#25) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca00863..5c52f20 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lint": "eslint \"**/*.{ts,js,json}\" --max-warnings=0", "lint:fix": "npm run lint -- --fix", "lint:fix-staged": "lint-staged", - "prepare": "npm run build" + "prepublishOnly": "npm run build" }, "repository": "lsndr/yuow", "license": "MIT",