fix: missing npm run in build:registry npm script
This commit is contained in:
parent
60098a5ff1
commit
efd6d0520b
|
|
@ -11,7 +11,7 @@
|
|||
"preview": "vitepress preview",
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"typecheck:registry": "vue-tsc --noEmit -p tsconfig.registry.json",
|
||||
"build:registry": "typecheck:registry && tsx ./scripts/build-registry.ts"
|
||||
"build:registry": "npm run typecheck:registry && tsx ./scripts/build-registry.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@formkit/auto-animate": "^0.8.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user