Skip to content

Commit

Permalink
update command to test all files
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGuySam committed Dec 27, 2024
1 parent 48be559 commit 87a7688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"scripts": {
"test-prebuild": "pnpm run with-env vitest ./test/prebuild/**/*.js",
"test-prebuild": "pnpm run with-env vitest ./test/prebuild",
"test-api-client": "ava ./test/api/client.js --verbose",
"test-listings": "ava ./test/listings/**/*.js --verbose",
"test-postbuild-api": "pnpm test-listings",
Expand Down

0 comments on commit 87a7688

Please sign in to comment.