1
0
Fork 0
cautious-journey/run.mk

12 lines
270 B
Makefile

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) --remote github
run-version:
node --require esm ./out/index.js --version