Skip to content

Commit d5b1fcc

Browse files
fix(examples): hello world guest build
1 parent fa335c6 commit d5b1fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello-world/guest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@bytecodealliance/componentize-js": "*"
55
},
66
"scripts": {
7-
"build": "node componentize.js && cargo build --release",
7+
"build": "node componentize.js",
88
"all": "npm run build"
99
}
1010
}

0 commit comments

Comments
 (0)