Configurable Frey version
This commit is contained in:
parent
8e91ba9b92
commit
6cdcb43713
8
Makefile
8
Makefile
|
@ -1,6 +1,12 @@
|
||||||
|
FREY_VERSION := 0.3.13
|
||||||
|
|
||||||
PHONY: frey
|
PHONY: frey
|
||||||
frey:
|
frey:
|
||||||
@npm install --global frey@0.3.13
|
@grep $(FREY_VERSION) node_modules/frey/package.json 2>&1 > /dev/null || npm install frey@$(FREY_VERSION)
|
||||||
|
|
||||||
|
PHONY: provision
|
||||||
|
provision: frey
|
||||||
|
@source env.sh && node_modules/.bin/frey install
|
||||||
|
|
||||||
PHONY: deploy
|
PHONY: deploy
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue