Skip to content

daniel-savu/ts-node-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bare bones repo to reproduce a ts-node bug in yarn workspaces

yarn
cd proj/workspace-a && yarn tsc
cd ../workspace-b
# run script b to print "hello world"
yarn ts-node src/index.ts

cd ../workspace-a
# modify script a to return something other than "hello world"
vim src/index.ts
yarn tsc

cd ../workspace-b
# script b still outputs "hello world"
yarn ts-node src/index.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published