1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-28 12:57:00 +00:00
fcast/receivers/electron/deploy.sh

9 lines
92 B
Bash
Raw Normal View History

2023-06-20 08:45:01 +02:00
#!/bin/sh
2024-09-17 09:33:18 -05:00
# CI/CD WIP
2023-06-28 12:23:38 +02:00
# Build content
echo "Building content..."
2023-06-20 08:45:01 +02:00
npm install
2024-09-17 09:33:18 -05:00
npm run make