com.stephenschafer.budget.ui/deploy

6 lines
157 B
Text
Raw Normal View History

2025-07-13 10:50:17 -06:00
#!/bin/sh
npm run build > build.log 2> build.err.log
zip -r build.zip build
mv build.zip /tmp
echo "build.zip is in /tmp. Switch to elephant to deploy it."