fix(owner-tools): fix UnoCSS prebuild script
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
- Use npx to run unocss CLI - Regenerate uno-generated.css with 88 utilities Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
5c34bef790
commit
07a89195d0
3 changed files with 591 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"prebuild": "unocss \"src/**/*.tsx\" -o src/uno-generated.css",
|
||||
"prebuild": "npx unocss \"src/**/*.tsx\" -o src/uno-generated.css",
|
||||
"build": "vite build",
|
||||
"watch": "vite build --watch"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue