Skip to content

Commit

Permalink
build: missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
hngngn committed Feb 13, 2024
1 parent f0b3b55 commit db99f6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo run lint",
"format": "turbo run format"
"format": "turbo run format",
"release": "changeset version",
"prepare": "husky",
"build:cli": "turbo --filter=shadcn-solid build"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down

0 comments on commit db99f6b

Please sign in to comment.