Skip to content

Commit e4585c1

Browse files
authored
Update package.json
1 parent 97528a6 commit e4585c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"dep:update:all": "bunx upgradeps -u -f -s semantic-release,eslint",
7575
"dep:update:check": "bunx upgradeps",
7676
"dep:update:skip": "bunx upgradeps -u -s",
77-
"depcheck": "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",
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",
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)