Skip to content

Commit

Permalink
chore: update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx committed Feb 2, 2025
1 parent 8d9ae46 commit ad7c0d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"test": "vitest run --logHeapUsage",
"update:readme": "tsx ./scripts/update-readme.ts",
"update:version": "tsx ./scripts/update-version.ts",
"update:website": "tsx ./scripts/update-website.ts"
"update:website": "tsx ./scripts/update-website.ts",
"update:all": "pnpm run update:version && pnpm run update:readme && pnpm run update:website"
},
"devDependencies": {
"@changesets/cli": "^2.27.12",
Expand Down

0 comments on commit ad7c0d2

Please sign in to comment.