Skip to content

Commit

Permalink
tsc clear
Browse files Browse the repository at this point in the history
  • Loading branch information
aghull committed Mar 25, 2024
1 parent 251e051 commit 324e907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
"dev": "bz run -root .",
"info": "bz info -root .",
"submit": "bz submit -root .",
"typecheck": "tsc --noEmit",
"typecheck:clear": "rm tsconfig.tsbuildinfo; yarn typecheck",
"build:ui": "npx node esbuild.ui.mjs",
"build:ui:prod": "NODE_ENV=production npx node esbuild.ui.mjs",
"build:game": "npx node esbuild.game.mjs",
"build:game:prod": "NODE_ENV=production npx node esbuild.game.mjs",
"tsc": "tsc --noEmit",
"test": "vitest"
},
"private": true
Expand Down

0 comments on commit 324e907

Please sign in to comment.