fix for netlify tests not running
This commit is contained in:
parent
112368b31e
commit
d3c89cb832
|
@ -1,3 +1,3 @@
|
|||
[build]
|
||||
command = "yarn install-all && yarn test && yarn build-website"
|
||||
command = "yarn install-all && yarn test --runInBand --no-cache && yarn build-website"
|
||||
publish = "dist/"
|
||||
|
|
Loading…
Reference in New Issue