Skip to content

Instantly share code, notes, and snippets.

@jaredh159
Created November 5, 2022 19:10
Show Gist options
  • Save jaredh159/e75d59ca2fd6abdc5262a87ee43d1344 to your computer and use it in GitHub Desktop.
Save jaredh159/e75d59ca2fd6abdc5262a87ee43d1344 to your computer and use it in GitHub Desktop.
gertie ts-watch old way
ts-oldwatch:
$(CONCURRENTLY) \
-n dash/app,dash/amb,dash/cmp,dash/dtm,dash/key,dash/typ,dash/utl,mark/app,mark/cmp,docs/app,shar/cmp,shar/dtm,shar/twd,strybook \
-c cyan.dim,red.dim,green.dim,blue.dim,gray,magenta.dim,yellow.dim,cyan,red,green,blue,magenta,#f80 \
"pnpm tsc --noEmit --project dash/app --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project dash/ambient --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project dash/components --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project dash/datetime --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project dash/keys --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project dash/types --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project dash/utils --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project docs/app --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project marketing/app --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project marketing/components --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project shared/components --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project shared/datetime --watch --preserveWatchOutput" \
"pnpm tsc --noEmit --project storybook --watch --preserveWatchOutput"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment