Skip to content

Commit a25d0cd

Browse files
committed
tweak force build script
1 parent a13d625 commit a25d0cd

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "pnpm run test:rust && CI=true pnpm run test:math && CI=true pnpm run test:conformance && pnpm run build",
2020
"build": "node --stack-size=8100 --max-old-space-size=4096 --max-semi-space-size=4096 ./node_modules/typescript/lib/tsc",
2121
"build:trace": "pnpm run build --generateTrace trace",
22-
"build:force": "MICHIGAN_TYPESCRIPT=true time tsc --project tsconfig.force.json"
22+
"build:force": "MICHIGAN_TYPESCRIPT=true time tsc --incremental false --tsBuildInfoFile null --generateCpuProfile tsc-output.cpuprofile"
2323
},
2424
"dependencies": {
2525
"@biomejs/biome": "^1.9.3",

tsconfig.force.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)