Skip to content

Commit a4ca4ca

Browse files
Add LICENSE and NOTICE files to npm packages
1 parent fd2cc6a commit a4ca4ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/npm-packages/ruby-wasm-wasi/build-package.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ rm -rf "$dist_dir"
1111

1212
mkdir "$dist_dir/bindgen"
1313
cp $(find "$package_dir/src/bindgen" -name "*.js" -or -name "*.d.ts") "$dist_dir/bindgen"
14+
15+
cp "$repo_dir/LICENSE" "$dist_dir/LICENSE"
16+
cp "$repo_dir/NOTICE" "$dist_dir/NOTICE"

0 commit comments

Comments
 (0)