Check for React tools before watching
This commit is contained in:
parent
7eff60acdd
commit
b54696bb68
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ jsx: check-react
|
||||||
jsx --extension jsx server/static/ server/static/
|
jsx --extension jsx server/static/ server/static/
|
||||||
rm -rf server/static/.module-cache
|
rm -rf server/static/.module-cache
|
||||||
|
|
||||||
watch:
|
watch: check-react
|
||||||
jsx --watch --extension jsx server/static/ server/static/
|
jsx --watch --extension jsx server/static/ server/static/
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|
Loading…
Reference in New Issue