fix: npm test → bun test per review
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ npm run build
|
|||||||
|
|
||||||
# ─── Self-test ────────────────────────────────────────────────────────────────
|
# ─── Self-test ────────────────────────────────────────────────────────────────
|
||||||
echo "🧪 Running tests..."
|
echo "🧪 Running tests..."
|
||||||
if ! npm test; then
|
if ! bun test; then
|
||||||
echo "❌ Tests failed — aborting publish"
|
echo "❌ Tests failed — aborting publish"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user