2020-08-22 13:26:41 +00:00
|
|
|
ci: build test
|
|
|
|
|
|
|
|
RUN_CONFIG ?= $(HOME)/.cautious-journey.yml
|
|
|
|
|
|
|
|
run-help:
|
|
|
|
node --require esm ./out/index.js --help
|
|
|
|
|
|
|
|
run-graph:
|
2020-08-22 22:48:07 +00:00
|
|
|
node --require esm ./out/index.js graph-labels --config $(RUN_CONFIG)
|
2020-08-22 13:26:41 +00:00
|
|
|
|
|
|
|
run-version:
|
|
|
|
node --require esm ./out/index.js --version
|