Build and deploy of version 29020156

This commit is contained in:
Renan LE CARO 2025-03-05 22:16:09 +01:00
parent 110f504820
commit fdccf12657
7 changed files with 270 additions and 3492 deletions

View file

@ -1,4 +1,9 @@
#!/bin/bash
if [[ $(node --version) != v21* ]]; then
echo "run first: nvm use v21"
exit 1
fi
set -e
set -x