From fa2d98069ff552b28faf925a4799b5e1f91ae6de Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 14 Oct 2024 23:51:16 -0700 Subject: [PATCH] chore: Remove ts-patch from installation --- package.json5 | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json5 b/package.json5 index 3a7f009..5ede49d 100644 --- a/package.json5 +++ b/package.json5 @@ -5,7 +5,6 @@ scripts: { build: 'tsc && cp etc/package.json build/', go: 'pnpm build && pnpm start', - prepare: 'ts-patch install -s', start: 'node --experimental-loader tsc-module-loader build', test: 'echo Error no test specified && exit 1', },