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
I want to submit a PR and the README says to run make ci before commits.
but running it returns this output:
cd webapp; npm run check
> [email protected] check
> eslint --ignore-pattern node_modules --ignore-pattern static --ignore-pattern dist --ext .js --ext .jsx --ext tsx --ext ts . --quiet --cache && stylelint **/*.scss
cd webapp; npm run test
> [email protected] test
> NODE_ENV=test jest
Test Suites: 0 of 148 total
Tests: 0 total
Snapshots: 0 total
Time: 0 smake: *** [Makefile:395: webapp-ci] Bus error (core dumped)
The text was updated successfully, but these errors were encountered:
Hi,
I want to submit a PR and the README says to run
make ci
before commits.but running it returns this output:
The text was updated successfully, but these errors were encountered: