Skip to content

Commit c836d05

Browse files
Restore docker commands in package.json
- Restore wasm:make docker command that was accidentally removed - Keep docker/ folder removal (that was correct) - All 32 tests passing, functionality intact Co-Authored-By: Dan Lynch <[email protected]>
1 parent 2241142 commit c836d05

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
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {
3131
"clean": "rimraf build",
32-
"wasm:make": "emmake make",
32+
"wasm:make": "docker run --rm -v $(pwd):/src -u $(id -u):$(id -g) emscripten/emsdk emmake make",
3333
"wasm:build": "yarn wasm:make build",
3434
"wasm:rebuild": "yarn wasm:make rebuild",
3535
"wasm:clean": "yarn wasm:make clean",

0 commit comments

Comments
 (0)