We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4624a commit 040ec79Copy full SHA for 040ec79
1 file changed
package.json
@@ -36,6 +36,7 @@
36
},
37
"scripts": {
38
"format": "biome format .",
39
- "check": "biome check ."
+ "check": "biome check .",
40
+ "test": "true"
41
}
42
0 commit comments