File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
packages/npm-packages/ruby-head-wasm-wasi Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ rm -rf "$dist_dir"
2323 ./build-package.sh " $ruby_root "
2424)
2525set -ex
26- (
27- cd " $package_dir " && \
28- npm ci && \
29- npx rollup -c rollup.config.js
30- )
26+ (cd " $package_dir " && npm run build)
3127cp -R " $base_package_dir /dist/." " $dist_dir "
32- $base_package_dir /tools/pack-ruby-wasm.sh " $ruby_root " " $dist_dir "
28+ $base_package_dir /tools/pack-ruby-wasm.sh " $ruby_root " " $dist_dir "
Original file line number Diff line number Diff line change 1111 " README.md"
1212 ],
1313 "scripts" : {
14- "test" : " cd ../ruby-wasm-wasi && npm test"
14+ "test" : " cd ../ruby-wasm-wasi && npm test" ,
15+ "build" : " rollup -c rollup.config.mjs"
1516 },
1617 "repository" : " https://github.com/ruby/ruby.wasm" ,
1718 "homepage" : " https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-head-wasm-wasi" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments