chore: Remove ts-patch from installation

This commit is contained in:
Glen Whitney 2024-10-14 23:51:16 -07:00
parent 879b1a4737
commit fa2d98069f

View File

@ -5,7 +5,6 @@
scripts: { scripts: {
build: 'tsc && cp etc/package.json build/', build: 'tsc && cp etc/package.json build/',
go: 'pnpm build && pnpm start', go: 'pnpm build && pnpm start',
prepare: 'ts-patch install -s',
start: 'node --experimental-loader tsc-module-loader build', start: 'node --experimental-loader tsc-module-loader build',
test: 'echo Error no test specified && exit 1', test: 'echo Error no test specified && exit 1',
}, },