Skip to content

Commit

Permalink
Fix build wasm command
Browse files Browse the repository at this point in the history
  • Loading branch information
x0k committed Jun 25, 2024
1 parent cf09d7c commit e5bebfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testing-go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"check": "tsc",
"build:wasm": "pushd go && GOOS=js GOARCH=wasm go build -o ../assets/compiler.wasm cmd/compiler/main.go && popd",
"build:wasm": "cd go && GOOS=js GOARCH=wasm go build -o ../assets/compiler.wasm cmd/compiler/main.go && cd -",
"build:js": "vite build",
"build": "pnpm run build:wasm && pnpm run build:js"
},
Expand Down

0 comments on commit e5bebfa

Please sign in to comment.