fix for netlify tests not running

This commit is contained in:
adueck 2024-08-12 16:20:35 -04:00
parent 112368b31e
commit d3c89cb832
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[build] [build]
command = "yarn install-all && yarn test && yarn build-website" command = "yarn install-all && yarn test --runInBand --no-cache && yarn build-website"
publish = "dist/" publish = "dist/"