mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-09-01 20:13:06 +00:00
8 lines
92 B
Bash
8 lines
92 B
Bash
#!/bin/sh
|
|
|
|
# CI/CD WIP
|
|
|
|
# Build content
|
|
echo "Building content..."
|
|
npm install
|
|
npm run make
|