Skip to content

Commit

Permalink
typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
aghull committed Mar 22, 2024
1 parent c53ea02 commit 29cb78d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions game.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"root": ".",
"build": {
"dev": [
"npm run tsc",
"npm run typecheck",
"npm run build:ui"
],
"prod": [
"npm run tsc",
"npm run typecheck",
"npm run build:ui:prod"
]
},
Expand All @@ -23,11 +23,11 @@
"root": ".",
"build": {
"dev": [
"npm run tsc",
"npm run typecheck",
"npm run build:game"
],
"prod": [
"npm run tsc",
"npm run typecheck",
"npm run build:game:prod"
]
},
Expand Down

0 comments on commit 29cb78d

Please sign in to comment.