We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make site
make lint
npm install
Makefile
The text was updated successfully, but these errors were encountered:
MinoruSekine/nol_hero_bond#41
Sorry, something went wrong.
fix: Too small font on phone by responsive design. (#41)
77b248f
fix: Slow make lint and make site. (#41)
df238b7
Merge pull request #42 from MinoruSekine/fix/41/slow_make_lint_site
7789a2c
MinoruSekine
Successfully merging a pull request may close this issue.
make site
andmake lint
are now includingnpm install
in their stepsMakefile
callsnpm install
if he runs target which needs node modulesnpm install
fromMakefile
npm install
in GitHub Actions workflows which need node modulesThe text was updated successfully, but these errors were encountered: