Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 0d011ea

Browse files
authored
Update package.json
1 parent 00a8a70 commit 0d011ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "vite --port 3000 --open --host",
88
"start": "yarn dev",
9-
"build": "vite build",
9+
"build": "copy_pyodide_version && vite build",
1010
"preview": "yarn copy_pyodide_version && vite preview --port 8080 --open --host",
1111
"serve": "yarn preview",
1212
"pull": "git pull origin main",

0 commit comments

Comments
 (0)