From 2bb8caee9350aec3a6f4df1063fce662e96ee9b2 Mon Sep 17 00:00:00 2001 From: naorpeled Date: Sat, 7 Feb 2026 19:48:42 +0200 Subject: [PATCH] fix: remove prepublish hook --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index bd58852..52bad00 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,6 @@ "build": "webpack --config webpack.config.js", "generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs", "watch": "webpack --watch --config webpack.config.js", - "prepublishOnly": "npm run build", "lint:check": "eslint ./src", "lint:fix": "eslint --fix ./src", "testem": "testem",