mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-25 21:37:02 +01:00
Add watch target in Makefile
This commit is contained in:
parent
f467e5298f
commit
7dfca5e57e
6
Makefile
6
Makefile
@ -26,6 +26,12 @@ test:
|
|||||||
--flag yesod-auth-oauth2:example \
|
--flag yesod-auth-oauth2:example \
|
||||||
--fast --pedantic --test
|
--fast --pedantic --test
|
||||||
|
|
||||||
|
.PHONY: watch
|
||||||
|
watch:
|
||||||
|
stack build \
|
||||||
|
--flag yesod-auth-oauth2:example \
|
||||||
|
--fast --pedantic --test --file-watch
|
||||||
|
|
||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user