Skip to content

Commit

Permalink
Add copy-example target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Mar 23, 2024
1 parent 1ba4104 commit ccf1260
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ GENERATED_FILES += ENVIRONMENT.md

.PHONY: run-example
run-example: artifacts/link-dependencies.touch
node --loader ts-node/esm test/fixture/example/run.ts
source test/fixture/example/invalid-values.sh; node --loader ts-node/esm test/fixture/example/run.ts

.PHONY: copy-example
copy-example: artifacts/link-dependencies.touch
$(MAKE) run-example 2>&1 | pbcopy

.PHONY: stryker
stryker: artifacts/link-dependencies.touch
Expand Down

0 comments on commit ccf1260

Please sign in to comment.