Skip to content

Commit decc2ff

Browse files
authored
Update build script command to use bash
1 parent d4c90f9 commit decc2ff

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

0 commit comments

Comments
 (0)