mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
parent
76b51216fc
commit
7ccc91ec4f
@ -3,7 +3,7 @@ registry := hasura
|
||||
version := $(shell ../scripts/get-version.sh)
|
||||
|
||||
# TODO: needs to be replaced with something like yq
|
||||
stack_resolver := $(shell grep '^resolver:' stack.yaml | awk '{print $$2;}')
|
||||
stack_resolver := $(shell awk '/^resolver:/ {print $$2;}' stack.yaml)
|
||||
packager_ver := 1.2
|
||||
project_dir := $(shell pwd)
|
||||
build_dir := $(project_dir)/$(shell stack path --dist-dir)/build
|
||||
|
Loading…
Reference in New Issue
Block a user