Skip to content

Commit 7d551b0

Browse files
Fix npm package build
1 parent ad53e0c commit 7d551b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/packaging.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ namespace :npm do
5454
build_command.push "--disable-gems"
5555
end
5656
dist_dir = File.join(pkg_dir, "dist")
57+
mkdir_p dist_dir
5758
if pkg[:target] == "wasm32-unknown-wasi"
5859
sh env,
5960
*build_command,

0 commit comments

Comments
 (0)