Skip to content

Commit

Permalink
chore(build): add new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpacks committed Aug 19, 2024
1 parent ff7d79e commit d44bfca
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 @@ -28,6 +28,7 @@
"docs:build": "pnpm udd && pnpm bdd && pnpm build && vitepress build packages",
"build": "pnpm install && tsx scripts/build.ts",
"release": "pnpm changelog && tsx scripts/release.ts",
"push": "git push && git push --tags",
"lint": "npx eslint .",
"lint:fix": "npx eslint . --fix",
"lint-staged": "npx lint-staged",
Expand Down

0 comments on commit d44bfca

Please sign in to comment.