issues
search
LayerZero-Labs
/
devtools
LayerZero Developer Utilities
https://docs.layerzero.network/
97
stars
157
forks
source link
🧹 Use concurrently for parallel compilation
#1049
Closed
janjakubnanista
closed
2 days ago
janjakubnanista
commented
3 days ago
In this PR
Use
concurrently
to parallelize the
compile
scripts in examples
The shortcut
pnpm:compile:*
version of concurrently command cannot be used since examples might use different package managers
In this PR
concurrently
to parallelize thecompile
scripts in examplespnpm:compile:*
version of concurrently command cannot be used since examples might use different package managers