From 5894631a0d70550a288f46946180ce28c631353b Mon Sep 17 00:00:00 2001 From: Aviv Ben Shahar Date: Tue, 11 Jun 2024 03:15:00 +0300 Subject: [PATCH] chore: drop `prepublish` script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 92395ae..cb3c2a8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "lint": "eslint \"{src,test}/**/*.ts\"", "lint:fix": "eslint \"{src,test}/**/*.ts\" --fix", "prepare": "husky || exit 0", - "prepublish": "npm run build", "start:dev": "node dist/index.js --inspect", "test": "jest" }, @@ -83,4 +82,4 @@ "publishConfig": { "registry": "https://registry.npmjs.org/" } -} \ No newline at end of file +}