We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cabd56 commit 51463a0Copy full SHA for 51463a0
Makefile
@@ -161,9 +161,9 @@ help:
161
@echo " - lint lint everything"
162
@echo " - lint-frontend lint frontend files"
163
@echo " - lint-backend lint backend files"
164
- @echo " - check run various consistency checks"
165
- @echo " - check-frontend check frontend files"
166
- @echo " - check-backend check backend files"
+ @echo " - checks run various consistency checks"
+ @echo " - checks-frontend check frontend files"
+ @echo " - checks-backend check backend files"
167
@echo " - webpack build webpack files"
168
@echo " - svg build svg files"
169
@echo " - fomantic build fomantic files"
0 commit comments