mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(skin): add audio skins for HTML and React presets (#772)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
038ad8b4f5
commit
d751fdabea
+2
-2
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "simple-git-hooks",
|
||||
"postinstall": "node scripts/link-aliases.mjs",
|
||||
"postinstall": "node build/scripts/link-aliases.mjs",
|
||||
"build:packages": "turbo run build --filter='./packages/*'",
|
||||
"build:site": "turbo run build --filter=site",
|
||||
"build": "turbo run build",
|
||||
@@ -29,7 +29,7 @@
|
||||
"lint": "biome check .",
|
||||
"lint:fix": "biome check . --write",
|
||||
"lint:fix:file": "biome check --write",
|
||||
"link:aliases": "node scripts/link-aliases.mjs",
|
||||
"link:aliases": "node build/scripts/link-aliases.mjs",
|
||||
"size": "node .github/scripts/bundle-size.js | node .github/scripts/bundle-size-report.js",
|
||||
"test": "turbo run test",
|
||||
"format:astro": "prettier --write 'site/src/**/*.astro'",
|
||||
|
||||
Reference in New Issue
Block a user