You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pnpm --parallel doesn't work as it is for workspace,
and other tools such as npm-run-all doesn't work as it passes the param to both scripts, causing one to fail.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to run a watch script in a "pre-" script such as
pretest
so that I can pass additional options to the main script?For example, I need to run
tailwind
in watch mode along with my tests.I want to do something like:
So that I can use it like this:
pnpm watch pnpm watch --changed pnpm watch src/client/**
pnpm --parallel
doesn't work as it is for workspace,and other tools such as
npm-run-all
doesn't work as it passes the param to both scripts, causing one to fail.Beta Was this translation helpful? Give feedback.
All reactions