From e1b5d283212476d8412b1fe3331b436649f7a86e Mon Sep 17 00:00:00 2001 From: Timur Bazhirov Date: Fri, 22 Mar 2024 18:12:24 -0700 Subject: [PATCH] chore: remove postinstall Otherwise, the installation logic does not work --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 46ada4cf..f37d1298 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "lint": "eslint --cache src/js tests/js && prettier --write src/js tests/js", "lint:fix": "eslint --fix --cache src/js tests/js && prettier --write src/js tests/js", "lint:staged": "lint-staged", - "postinstall": "npm run transpile", "prepare": "husky install", "prettier": "prettier --check src/js tests/js", "test": "nyc --reporter=text mocha --recursive --bail tests/js",