Skip to content

Commit 30bc33a

Browse files
igoramfclaude
andcommitted
chore: add update script for @decocms/* packages
Adds `bun run update` script that uses npm-check-updates to bump @decocms/* dependencies to their latest versions and reinstalls. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5ed8c05 commit 30bc33a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"knip:fix": "knip --fix",
2424
"clean": "rm -rf node_modules .cache dist .wrangler/state node_modules/.vite && npm install",
2525
"tailwind:lint": "tsx scripts/tailwind-lint.ts",
26-
"tailwind:fix": "tsx scripts/tailwind-lint.ts --fix"
26+
"tailwind:fix": "tsx scripts/tailwind-lint.ts --fix",
27+
"update": "bunx npm-check-updates -u -f '@decocms/*' && bun install"
2728
},
2829
"author": "deco.cx",
2930
"license": "MIT",

0 commit comments

Comments
 (0)