just icon indicating copy to clipboard operation
just copied to clipboard

feat: add a new way of specifying which command(s) to run, and in what order

Open kenotron opened this issue 4 years ago • 0 comments

Currently, one has to do:

just-scripts build

to run 1 command. We can get rid of the need of lots of just.config.ts in monorepo packages if we an allow for multiple commands done:

just-scripts [transpile,copy-resources]
just-scripts [transpile,copy-resources]<>[asdf]

Or something similar

kenotron avatar May 07 '21 01:05 kenotron