mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-02-28 10:24:36 +01:00
Add watch target in Makefile
This commit is contained in:
parent
c939633a96
commit
2e3529cfdb
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