From 87a768894704107435eb8519fccda7b9f6ab5d18 Mon Sep 17 00:00:00 2001 From: ThatGuySam Date: Fri, 27 Dec 2024 15:11:03 -0600 Subject: [PATCH] update command to test all files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc595be..83eda74 100644 --- a/package.json +++ b/package.json @@ -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",