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 d3542a3 commit 84c60ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"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",
Expand Down

0 comments on commit 84c60ee

Please sign in to comment.