This repository was archived by the owner on Mar 21, 2025. It is now read-only.
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Batching "sub-scripts" inside child folders #35
Open
Description
Hi,
If we have this folder structure:
scripts/
build/
client/
sass.sh
tsc.sh
Running npm run build
will not search recursively inside child folders and so will not run npm run build:client
. Is it a wanted comportment?
In my mind, running npm run stuff
would run all subtasks, even with more than 1 :
.