mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
9 lines
No EOL
90 B
Bash
9 lines
No EOL
90 B
Bash
|
|
|
|
source ~/.nvm/nvm.sh;
|
|
|
|
nvm install v21
|
|
nvm use v21
|
|
|
|
rm -rf .parcel-cache
|
|
npx run-p dev:* |