mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 19:20:37 +03:00
Revert default Makefile target
This commit is contained in:
parent
2ef2377926
commit
11f6acbb63
8
Makefile
8
Makefile
@ -1,14 +1,14 @@
|
|||||||
GO_VERSION=1.13
|
GO_VERSION=1.13
|
||||||
NODE_VERSION=12.14.1
|
NODE_VERSION=12.14.1
|
||||||
|
|
||||||
.PHONY: dev
|
|
||||||
dev: check_env data
|
|
||||||
@goreman -f Procfile.dev -b 4533 start
|
|
||||||
|
|
||||||
.PHONY: server
|
.PHONY: server
|
||||||
server: check_go_env data
|
server: check_go_env data
|
||||||
@reflex -d none -c reflex.conf
|
@reflex -d none -c reflex.conf
|
||||||
|
|
||||||
|
.PHONY: dev
|
||||||
|
dev: check_env data
|
||||||
|
@goreman -f Procfile.dev -b 4533 start
|
||||||
|
|
||||||
.PHONY: watch
|
.PHONY: watch
|
||||||
watch: check_go_env
|
watch: check_go_env
|
||||||
ginkgo watch -notify ./...
|
ginkgo watch -notify ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user