fix bundle

This commit is contained in:
me 2025-03-14 10:44:43 +02:00
parent a5862df7f1
commit ea45a39c1e

View File

@ -20,7 +20,7 @@ cp ../frontend/dist/assets/* public/
PACKAGE="ucs-$(cat package.json | jq -r .version).tar.gz"
tar czvf "$PACKAGE" package.json package-lock.json src/ node_modules/ public/
tar czvf "$PACKAGE" package.json package-lock.json main.mjs node_modules/ public/
cd ..
mv backend/"$PACKAGE" .
echo "$PACKAGE created."