mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Add build scripts for shadcn and production
This commit is contained in:
@@ -35,6 +35,8 @@
|
|||||||
"format:check": "prettier --check \"src/**/*.{ts,js,md,svelte}\" --cache",
|
"format:check": "prettier --check \"src/**/*.{ts,js,md,svelte}\" --cache",
|
||||||
"lint": "eslint ./src",
|
"lint": "eslint ./src",
|
||||||
"lint:fix": "eslint ./src --fix",
|
"lint:fix": "eslint ./src --fix",
|
||||||
|
"build:shadcn": "shadcn build --output ./static/r",
|
||||||
|
"build:prod": "vite build && pnpm build:registry",
|
||||||
"build:registry": "tsx ./generate-registry.ts"
|
"build:registry": "tsx ./generate-registry.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user