Skip to content

Commit

Permalink
chore: add new build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kalix127 committed Jan 22, 2025
1 parent c77499a commit 05106c4
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 @@ -12,7 +12,8 @@
"format:fix": "prettier . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky"
"prepare": "husky",
"build:registry": "tsx ./scripts/build-registry.mts"
},
"dependencies": {
"@nuxt/image": "^1.9.0",
Expand Down

0 comments on commit 05106c4

Please sign in to comment.