Skip to content

Commit cf0155b

Browse files
authored
Update package.json
1 parent 7be62aa commit cf0155b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"dep:update:check": "bunx upgradeps",
7676
"dep:update:skip": "bunx upgradeps -u -s",
7777
"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",
7979
"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\"",
8080
"dev:all": "git pull && bun run dev:pre && bun run lint:quick && bun run lint:ox && bun run dev:build",
8181
"dev:build": "bun run build && bun run docs && bun dev",

0 commit comments

Comments
 (0)