From 1892dd40789c9a82feba5490e402cca4cec4b1d9 Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Sun, 17 Dec 2023 07:43:14 -0800 Subject: [PATCH] chore: remove prepare script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 92a28db..09d1772 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,7 @@ "build:watch": "npm run build:clean && tsc --watch", "lint": "prettier -c .", "lint:fix": "prettier -w .", - "prepare": "npm run build", - "prepublishOnly": "npm run build && npm run build:types", + "prepublishOnly": "npm run build && npm run build:types && npm test", "release": "# `standard-version --dry-run --prerelease` is the command you're after", "test": "node --test && ./test/exports_test.sh", "test:watch": "clear && node --enable-source-maps --test --watch test"