trying something to get the tests to run on netlify
This commit is contained in:
parent
315ec0f030
commit
650b96ca2c
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue