mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Build and deploy of version 29020156
This commit is contained in:
parent
110f504820
commit
fdccf12657
7 changed files with 270 additions and 3492 deletions
|
@ -1,4 +1,9 @@
|
|||
#!/bin/bash
|
||||
if [[ $(node --version) != v21* ]]; then
|
||||
echo "run first: nvm use v21"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue