From 4fd6d6ddb4333e3d237f48d3ce01136d9f3f7f94 Mon Sep 17 00:00:00 2001 From: James George <25279263+jamesgeorge007@users.noreply.github.com> Date: Wed, 31 Jul 2024 06:40:11 -0700 Subject: [PATCH] fix(cli): remove `postinstall` script (#4229) --- packages/hoppscotch-cli/package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/hoppscotch-cli/package.json b/packages/hoppscotch-cli/package.json index 134e9fe6b..1f82f83b7 100644 --- a/packages/hoppscotch-cli/package.json +++ b/packages/hoppscotch-cli/package.json @@ -1,6 +1,6 @@ { "name": "@hoppscotch/cli", - "version": "0.10.0", + "version": "0.10.1", "description": "A CLI to run Hoppscotch test scripts in CI environments.", "homepage": "https://hoppscotch.io", "type": "module", @@ -20,11 +20,9 @@ "debugger": "node debugger.js 9999", "prepublish": "pnpm exec tsup", "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write", - "pretest": "pnpm run build", - "test": "vitest run", + "test": "pnpm run build && vitest run", "do-typecheck": "pnpm exec tsc --noEmit", - "do-test": "pnpm run test", - "postinstall": "pnpm run build" + "do-test": "pnpm run test" }, "keywords": [ "cli",