add comment about pretty to makefile
This commit is contained in:
parent
94a81230f6
commit
795f36aeb0
2
Makefile
2
Makefile
@ -153,7 +153,7 @@ fixpyimports:
|
||||
TSCHECKDEPS := $(BUILDDEPS) $(TSDEPS)
|
||||
|
||||
.build/checkpretty: $(TSCHECKDEPS)
|
||||
(cd ts && npm run check-pretty)
|
||||
(cd ts && npm run check-pretty) # if this fails, run 'make pretty'
|
||||
touch $@
|
||||
|
||||
.build/pretty: $(TSCHECKDEPS)
|
||||
|
@ -51,9 +51,6 @@ Please make sure 'make check' completes successfully before submitting code.
|
||||
If your change is to anki/ and not covered by the existing unit tests, please
|
||||
consider adding a unit test at the same time.
|
||||
|
||||
If 'make check' fails because the JS styling doesn't match, you can run
|
||||
'make pretty' to automatically adjust the styling.
|
||||
|
||||
Do One Thing
|
||||
-------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user