Skip to content

Commit 3c3f762

Browse files
authored
Update package.json
Updated to "serve": "python3..."
1 parent d0f011e commit 3c3f762

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
@@ -5,6 +5,6 @@
55
"description": "Static Panel WASM build wrapper",
66
"scripts": {
77
"build": "bash ./scripts/build_wasm.sh",
8-
"serve": "python -m http.server 8000 --directory dist/pyodide"
8+
"serve": "python3 -m http.server 8000 --directory dist/pyodide"
99
}
1010
}

0 commit comments

Comments
 (0)