Skip to content

Commit 4750f42

Browse files
committed
fix: cross-platform build script for voice UI
1 parent 9360bcf commit 4750f42

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
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"scripts": {
40-
"build": "tsc && copy src\\voice\\ui.html dist\\voice\\",
40+
"build": "tsc && node -e \"require('fs').cpSync('src/voice/ui.html','dist/voice/ui.html')\"",
4141
"dev": "tsc --watch",
4242
"start": "node dist/index.js",
4343
"test": "node --test test/*.test.ts --experimental-strip-types"

0 commit comments

Comments
 (0)