We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48be559 commit 87a7688Copy full SHA for 87a7688
package.json
@@ -24,7 +24,7 @@
24
}
25
},
26
"scripts": {
27
- "test-prebuild": "pnpm run with-env vitest ./test/prebuild/**/*.js",
+ "test-prebuild": "pnpm run with-env vitest ./test/prebuild",
28
"test-api-client": "ava ./test/api/client.js --verbose",
29
"test-listings": "ava ./test/listings/**/*.js --verbose",
30
"test-postbuild-api": "pnpm test-listings",
0 commit comments