Skip to content

Commit 42ae58f

Browse files
mattlenzclaude
andcommitted
Remove asset copy from build step
Fonts and CSS are resolved from source by Vite's client bundler via SRC_DIR, so copying them to dist/ is unnecessary. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 161f96e commit 42ae58f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"typecheck": "tsc",
1616
"prepublishOnly": "npm run build",
1717
"postinstall": "npm run build",
18-
"build": "tsc -p tsconfig.build.json && cp -r src/vite/styles dist/vite/ && cp -r src/vite/fonts dist/vite/",
18+
"build": "tsc -p tsconfig.build.json",
1919
"dev": "npm run build && kb dev",
2020
"build:docs": "npm run build && kb build"
2121
},

0 commit comments

Comments
 (0)