We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5864a4 commit 82b13adCopy full SHA for 82b13ad
1 file changed
package.json
@@ -15,7 +15,7 @@
15
"type": "module",
16
"main": "server.f.ts",
17
"scripts": {
18
- "test": "fjs t",
+ "test": "tsc && fjs t",
19
"server": "fjs r ./server.f.ts"
20
},
21
"dependencies": {
0 commit comments