Repo: yarn build doesn't build website-eslint #7417
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Uh oh!
There was an error while loading. Please reload this page.
Suggestion
Setting up a new repository locally in theory requires just
yarn
as pre-work beforeyarn start
. In theoryyarn
should both install and run a full build (it calls toyarn build
). Butyarn build
specifically excludes thewebsite-eslint
package:typescript-eslint/package.json
Line 26 in 18f8d74
That means if you
yarn start
after justyarn
, the website gives a complaint like:[ERROR] Error: Cannot find module '/Users/josh/repos/typescript-eslint-upstream/node_modules/@typescript-eslint/website-eslint/dist/index.js'
Is there a reason
yarn build
excludeswebsite-eslint
?@Zamiell's #7395 touched on this too.
The text was updated successfully, but these errors were encountered: