mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(html): remove redundant CDN CSS files and inline background skin styles (#1071)
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
"build:cdn": "tsdown --config tsdown.cdn.config.ts && node scripts/cdn-copy-css.js",
|
||||
"build:cdn": "tsdown --config tsdown.cdn.config.ts",
|
||||
"build:watch": "tsdown --watch ./src --no-clean",
|
||||
"dev": "pnpm run build:watch",
|
||||
"test": "vitest run",
|
||||
|
||||
Reference in New Issue
Block a user