AI Implementation feature(861): Admin Area Challenges: List, Import/Export and Add/Edit Modal (#40)
This commit was merged in pull request #40.
This commit is contained in:
@@ -3,6 +3,9 @@ set -euo pipefail
|
||||
|
||||
echo "[setup] Ensuring ./data/uploads exists..."
|
||||
mkdir -p ./data/uploads
|
||||
mkdir -p ./data/uploads/challenges
|
||||
mkdir -p ./data/uploads/challenges/.staging
|
||||
mkdir -p ./data/uploads/icons
|
||||
|
||||
echo "[setup] Installing root dependencies..."
|
||||
npm ci --no-audit --no-fund || npm install --no-audit --no-fund
|
||||
|
||||
Reference in New Issue
Block a user