Skip to content

Commit

Permalink
chore: added release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jan 20, 2025
1 parent 3653d52 commit c2bc96f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"postversion": "npm run build",
"format": "prettier ./packages/**/*.ts --write",
"typecheck": "pnpm tsc --noEmit --project ./tsconfig.json --skipLibCheck",
"prepare": "husky"
"prepare": "husky",
"ci:copy-mds": "tsx scripts/copy-mds.ts",
"ci:publish": "pnpm build && pnpm publish --provenance --access public -r",
"ci:version": "pnpm changeset version && pnpm ci:copy-mds",
"ci:tag": "tsx ./scripts/tag-release.ts"
},
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit c2bc96f

Please sign in to comment.