Skip to content

Commit

Permalink
Added deps:update script
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack authored Nov 9, 2023
1 parent 7d76130 commit c754194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"lint": "bunx @biomejs/biome lint ./packages ./apps",
"fix": "bunx @biomejs/biome check --apply-unsafe ./packages ./apps",
"deps:fix": "manypkg fix",
"deps:update": "bun x npm-check-updates -ui -ws",
"postinstall": "bun run build && bun ./.github/scripts/env.ts && bun check-deps && bun format",
"clean": "git clean -xdf node_modules && rm bun.lockb",
"clean:all": "npm-run-all clean"
Expand Down

0 comments on commit c754194

Please sign in to comment.