From 650b96ca2c6c2771c8abf8a5584c01488b6d677c Mon Sep 17 00:00:00 2001 From: adueck Date: Mon, 12 Aug 2024 16:04:04 -0400 Subject: [PATCH] trying something to get the tests to run on netlify --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 468f3a4..b8dbf1c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] - command = "yarn install-all && yarn test --silent && yarn build-website" + command = "yarn install-all && yarn test --runInBand --no-cache && yarn build-website" publish = "dist/"