We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254e442 commit c7cb75aCopy full SHA for c7cb75a
1 file changed
package.json
@@ -52,6 +52,7 @@
52
"test:unit": "vitest run --config vitest.config.ts",
53
"test:watch": "vitest --config vitest.config.ts",
54
"typecheck": "tsc -p tsconfig.json",
55
+ "ui": "tsx src/apps/hdb-portal/cli.ts",
56
"validate:hdb:inputs": "tsx scripts/validate-hdb-inputs.ts",
57
"verify:offline": "npm run typecheck && npm run lint && npm run test && npm run validate:hdb:inputs"
58
},
0 commit comments