Last active
October 13, 2019 05:44
-
-
Save kossnocorp/59cbc517eb905ee0371c69325528e425 to your computer and use it in GitHub Desktop.
Demo of the problem for a Stack Overflow questions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SHELL := /bin/bash | |
PATH := $(shell yarn bin):$(PATH) | |
test: | |
which ts-node | |
${shell yarn bin}/ts-node --version | |
ts-node --version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dependencies": { | |
"ts-node": "*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment