In root directory:
pnpm watch
parcel watch
Install all pacakges in the workspace root (like the development dependencies, but without the -D
argument).
Then, simply run node
in the root directory, and you can require()
all packages.
jest
ts-jest
In root directory:
pnpm test
or
pnpm exec jest