From 3b2974c1d648dba0b2661dd972a8e302704f76ed Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Wed, 8 Oct 2025 17:02:16 +0100 Subject: [PATCH] Remove duplicate publish checks --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 862ab653..4724847c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "lint:js": "eslint . --color --max-warnings 0", "lint:js:fix": "yarn lint:js --fix", "lint:types": "tsc --build tsconfig.json --pretty", - "prepublishOnly": "yarn lint && yarn test && yarn storybook --smoke-test" + "prepublishOnly": "yarn storybook --smoke-test" }, "devDependencies": { "@babel/core": "^7.28.4",