fix: npm test → bun test per review

This commit is contained in:
2026-05-13 17:42:11 +08:00
parent e1423f196b
commit 0207f93303
+1 -1
View File
@@ -75,7 +75,7 @@ npm run build
# ─── Self-test ────────────────────────────────────────────────────────────────
echo "🧪 Running tests..."
if ! npm test; then
if ! bun test; then
echo "❌ Tests failed — aborting publish"
exit 1
fi