We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7848735 commit b357068Copy full SHA for b357068
scripts/setup.sh
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+set -euo pipefail
3
+
4
+# ── Install deps ─────────────────────────────────────────────────────────────
5
+echo "Installing npm dependencies..."
6
+(cd "$DEST" && npm install --silent 2>&1) || {
7
+ echo " WARNING: npm install failed"
8
+}
0 commit comments