1 parent 153b65c commit 4177a55Copy full SHA for 4177a55
1 file changed
package.json
@@ -27,7 +27,7 @@
27
"build": "tsc -p tsconfig.json",
28
"dev": "tsx src/cli.ts",
29
"start": "node dist/cli.js",
30
- "test": "node --import tsx --test tests/**/*.test.ts",
+ "test": "node --import tsx --test tests/*.test.ts",
31
"lint": "node --import tsx ./scripts/verify-examples.ts --mode=lint",
32
"schema:examples": "node --import tsx ./scripts/verify-examples.ts --mode=schema",
33
"verify:examples": "node --import tsx ./scripts/verify-examples.ts --mode=all",
0 commit comments