Skip to content

Commit

Permalink
fix: build command for shadcn-registry (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jun 20, 2024
1 parent 1f8cc5e commit b7a18d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shadcn-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"tsx": "^4.15.6"
},
"scripts": {
"build": "tsx ./scripts/build-registry.ts"
"build:registry": "tsx ./scripts/build-registry.ts"
}
}

0 comments on commit b7a18d9

Please sign in to comment.