Closed EugeneHlushko closed 3 years ago
Anyone able to pick up? i am busy cc @chenxsan @montogeek
@EugeneHlushko yarn cypress:ci
would start the development server with the yarn start
script, but in CI server we don't run "fetch"
script to generate the _supporters.json
and _starter-kits.json
files before that.
Adding a prestart
script should hopefully fix those warnings. Let me create a pull request to see if it will eliminate those warnings.
Btw, I don't think it's related to the CI failure there, I think the warnings have been there for quite a long time as I remembered.
The build started to fail with missing supporters and starter kits
Sample failure: https://travis-ci.org/github/webpack/webpack.js.org/jobs/733593393
Need to investigate why it started to occur