Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairnick committed Aug 26, 2024
1 parent a592d7c commit 7470163
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 101 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"pkg-types": "^1.1.1",
"syncpack": "^12.3.2",
"turbo": "^2.0.11",
"typescript": "^5.4.5"
"typescript": "^5.5.0"
},
"packageManager": "pnpm@9.1.3",
"scripts": {
Expand All @@ -16,6 +16,7 @@
"format:pkg-json": "./scripts/common-pkg.mjs && syncpack format",
"test": "CI=1 turbo test",
"clean": "rimraf -g \"./packages/**/dist\" \"./packages/**/node_modules\"",
"version": "pnpm changeset version && pnpm changeset tag",
"release": "pnpm build:packages && pnpm changeset publish"
},
"workspaces": [
Expand Down
168 changes: 68 additions & 100 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7470163

Please sign in to comment.