Skip to content

Commit 957461b

Browse files
committed
Add linting and typechecking scripts references.
1 parent 073cf89 commit 957461b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"build:frontend": "bun run --filter trena-frontend start",
1111
"start": "bun run --filter trena-backend start",
1212

13+
"ts:backend": "bun run --filter trena-backend typecheck",
14+
"ts:frontend": "bun run --filter trena-frontend typecheck",
15+
16+
"lint:backend": "bun run --filter trena-backend lint",
17+
"lint:frontend": "bun run --filter trena-frontend lint",
18+
1319
"test:backend": "bun run --filter trena-backend test",
1420
"test:frontend": "bun run --filter trena-frontend test",
1521

0 commit comments

Comments
 (0)