From 92811501d66dd7a50a16acef9e30c1b2f97a7e86 Mon Sep 17 00:00:00 2001 From: skarab42 Date: Mon, 18 Jul 2022 15:26:18 +0200 Subject: [PATCH] fix: unleashed-typescript postinstall --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 4771d81..a3cafe4 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ ], "scripts": { "prepare": "pnpm npx simple-git-hooks", - "postinstall": "pnpm unleashed-typescript", "build": "tsup", "watch": "nodemon ./src/program/index.ts", "check": "tsc -p ./tsconfig.check.json",