chore: Get build working on linux again, hopefully w/o disrupting windows
This commit is contained in:
parent
8cc6092d51
commit
f6852b168f
1
etc/package.json
Normal file
1
etc/package.json
Normal file
@ -0,0 +1 @@
|
||||
{"type": "module"}
|
@ -3,7 +3,7 @@
|
||||
version: '0.0.1',
|
||||
description: 'Another prototype for a math core',
|
||||
scripts: {
|
||||
build: 'tsc && echo {"type": "module"} > build/package.json',
|
||||
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',
|
||||
|
Loading…
Reference in New Issue
Block a user