We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073cf89 commit 957461bCopy full SHA for 957461b
package.json
@@ -10,6 +10,12 @@
10
"build:frontend": "bun run --filter trena-frontend start",
11
"start": "bun run --filter trena-backend start",
12
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
19
"test:backend": "bun run --filter trena-backend test",
20
"test:frontend": "bun run --filter trena-frontend test",
21
0 commit comments