Skip to content

Commit 87a7688

Browse files
committed
update command to test all files
1 parent 48be559 commit 87a7688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"scripts": {
27-
"test-prebuild": "pnpm run with-env vitest ./test/prebuild/**/*.js",
27+
"test-prebuild": "pnpm run with-env vitest ./test/prebuild",
2828
"test-api-client": "ava ./test/api/client.js --verbose",
2929
"test-listings": "ava ./test/listings/**/*.js --verbose",
3030
"test-postbuild-api": "pnpm test-listings",

0 commit comments

Comments
 (0)