Skip to content

Commit 8f71063

Browse files
committed
fix pnpm include and rename github workflow
1 parent 9e19a78 commit 8f71063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and test wasm
1+
name: WASM
22

33
on:
44
pull_request:

wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"scripts": {
6-
"include": "cp /usr/local/go/misc/wasm/wasm_exec.js src/go/",
6+
"include": "cp $(go env GOROOT)/misc/wasm/wasm_exec.js src/go/",
77
"test": "vitest"
88
},
99
"keywords": [],

0 commit comments

Comments
 (0)