1
0

Add linter for web folder
All checks were successful
Build and test project / build-and-test (push) Successful in 1m33s

This commit is contained in:
2026-03-22 12:09:49 +01:00
parent ce07449cae
commit 546d4060b2
5 changed files with 1126 additions and 5 deletions

View File

@@ -39,6 +39,10 @@ fi
echo "=== Installing web dependencies ==="
cd "$SCRIPT_DIR/web" && npm install
echo ""
echo "=== Linting ==="
cd "$SCRIPT_DIR/web" && npx eslint .
echo ""
echo "=== Building web app ==="
cd "$SCRIPT_DIR/web" && node build.mjs