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
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@
75
75
"dep:update:check": "bunx upgradeps",
76
76
"dep:update:skip": "bunx upgradeps -u -s",
77
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",
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 && bun run 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