You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"depcheck:ci": "echo NOTE: If this errors out please consider removing dependencies from package.json or adding them to the .depcheckrc.json 'ignores' array && bunx depcheck",
77
+
"depcheck:run": "bunx depcheck | xargs",
78
+
"depcheck:ci": "echo NOTE: If this errors out please consider removing dependencies from package.json or adding them to the .depcheckrc.json 'ignores' array && bunx depcheck:run",
79
79
"dev": "bun i && bun run build:bun && bun concurrently -k \"bun run hot-reload\"\"bun run live-reload\"\"bun run format:watch\"\"bun run test:watch:fast\"",
80
80
"dev:all": "git pull && bun run dev:pre && bun run lint:quick && bun run lint:ox && bun run dev:build",
81
81
"dev:build": "bun run build && bun run docs && bun dev",
0 commit comments