Skip to content

Commit e57c446

Browse files
committed
Add missing build:web script for GH Pages workflow
1 parent 5f8f476 commit e57c446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"setup-https": "./setup-https.sh",
1010
"setup-https-windows": "powershell -ExecutionPolicy Bypass -File ./setup-https.ps1",
1111
"build": "tsc && vite build && node scripts/copy-metadata.js",
12+
"build:web": "tsc && vite build --outDir dist-web",
1213
"postbuild": "node scripts/copy-metadata.js",
1314
"preview": "vite preview --port 3024",
1415
"test": "jest",

0 commit comments

Comments
 (0)