Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jebarpg authored Nov 17, 2024
1 parent 7be62aa commit cf0155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"dep:update:check": "bunx upgradeps",
"dep:update:skip": "bunx upgradeps -u -s",
"depcheck:run": "bunx depcheck | xargs",
"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",
"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",
"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\"",
"dev:all": "git pull && bun run dev:pre && bun run lint:quick && bun run lint:ox && bun run dev:build",
"dev:build": "bun run build && bun run docs && bun dev",
Expand Down

0 comments on commit cf0155b

Please sign in to comment.