Skip to content

Commit

Permalink
build: add publish-packages script
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Mar 8, 2024
1 parent 449acee commit 9c0e783
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 @@ -7,7 +7,8 @@
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format-check": "prettier --check \"**/*.{ts,tsx,md}\"",
"test": "turbo test"
"test": "turbo test",
"publish-packages": "turbo run build lint test && changeset version && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit 9c0e783

Please sign in to comment.