This commit is contained in:
Frank
2025-11-24 15:24:43 -05:00
parent 80b9cd1292
commit 0ed7fac5fb
2 changed files with 32 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
"update-models": "script/update-models.ts",
"promote-models-to-dev": "script/promote-models.ts dev",
"promote-models-to-prod": "script/promote-models.ts production",
"pull-models-from-dev": "script/pull-models.ts dev",
"typecheck": "tsgo --noEmit"
},
"devDependencies": {