mirror of
https://github.com/OCEAN-xyz/datum-gateway-startos.git
synced 2025-05-12 11:10:42 +02:00
fix yq
This commit is contained in:
parent
2040aaac7d
commit
ae98a43f96
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
PKG_ID := $(shell yq e ".id" < manifest.yaml)
|
||||
PKG_VERSION := $(shell yq e ".version" < manifest.yaml)
|
||||
PKG_ID := $(shell yq -e ".id" manifest.yaml)
|
||||
PKG_VERSION := $(shell yq -e ".version" manifest.yaml)
|
||||
TS_FILES := $(shell find . -name \*.ts )
|
||||
|
||||
# delete the target of a rule if it has changed and its recipe exits with a nonzero exit status
|
||||
|
Loading…
Reference in New Issue
Block a user