You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In master, the install-testplan-ui script is currently failing. The build is complaining about eslint-plugin-react not being available, which was recently moved into the devDependencies. I'm not quite sure how a lint plugin is being required for the production build, but the simplest fix would be to just move it back into the main dependencies.
The text was updated successfully, but these errors were encountered:
Maybe we should add a check in CI to ensure that the app can be installed in production mode? Since currently our tests all install in dev mode (required for test dependencies e.g. enzyme).
In master, the install-testplan-ui script is currently failing. The build is complaining about eslint-plugin-react not being available, which was recently moved into the devDependencies. I'm not quite sure how a lint plugin is being required for the production build, but the simplest fix would be to just move it back into the main dependencies.
The text was updated successfully, but these errors were encountered: