1
0
Fork 0
cautious-journey/run.mk

12 lines
254 B
Makefile
Raw Normal View History

ci: build test
RUN_CONFIG ?= $(HOME)/.cautious-journey.yml
run-help:
node --require esm ./out/index.js --help
run-graph:
node --require esm ./out/index.js graph-labels --config $(RUN_CONFIG)
run-version:
node --require esm ./out/index.js --version