trying something to get the tests to run on netlify

This commit is contained in:
adueck 2024-08-12 16:04:04 -04:00
parent 315ec0f030
commit 650b96ca2c
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[build] [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/" publish = "dist/"