fix(cli): remove postinstall script (#4229)

This commit is contained in:
James George
2024-07-31 06:40:11 -07:00
committed by GitHub
parent 40f93fc7f4
commit 4fd6d6ddb4

View File

@@ -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",