Skip to content

Commit 119e416

Browse files
chore(tsc): Add script to run typescript compiler
1 parent 8a76ed0 commit 119e416

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webapp/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"build": "tsc -b && vite build",
99
"preview": "vite preview",
1010
"check:arch": "node ./scripts/check-architecture.cjs",
11+
"check:code": "npm run compile && npm run format && npm run lint",
1112
"arch:tree": "node ./scripts/generate-tree.cjs ./src webappTree.md",
13+
"compile": "tsc -b",
1214
"format": "prettier . --write",
1315
"format:check": "prettier . --check",
1416
"lint": "eslint ./src",

0 commit comments

Comments
 (0)