Skip to content

Commit

Permalink
trying something to get the tests to run on netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Aug 12, 2024
1 parent 315ec0f commit 650b96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -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/"

0 comments on commit 650b96c

Please sign in to comment.