File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
packages/npm-packages/ruby-head-wasm-wasip2 Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 30
30
" README.md"
31
31
],
32
32
"scripts" : {
33
- "test" : " RUBY_NPM_PACKAGE_ROOT=../ruby-head-wasm-wasi ENABLE_COMPONENT_TESTS=1 npm -C ../ruby-wasm-wasi run test:run" ,
33
+ "test" : " RUBY_NPM_PACKAGE_ROOT=../ruby-head-wasm-wasip2 ENABLE_COMPONENT_TESTS=1 npm -C ../ruby-wasm-wasi run test:run" ,
34
34
"build:deps" : " cd ../ruby-wasm-wasi && npm run build" ,
35
35
"build:static:files" : " ../ruby-wasm-wasi/tools/pack-static-files.sh ./dist" ,
36
- "build:static:compat" : " ../ruby-wasm-wasi/tools/pack-compat-shim.mjs --dist=./dist --pkg=ruby-head-wasm-wasi" ,
37
- "build:static" : " npm run build:static:files && npm run build:static:compat" ,
36
+ "build:static" : " npm run build:static:files" ,
38
37
"build:rollup" : " rollup -c rollup.config.mjs" ,
39
- "build" : " npm run build:deps && npm run build:static && npm run build:rollup && ../ruby-wasm-wasi/tools/post-build.sh ./dist "
38
+ "build" : " npm run build:deps && npm run build:static && npm run build:rollup"
40
39
},
41
40
"repository" : " https://github.com/ruby/ruby.wasm" ,
42
41
"homepage" : " https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-head-wasm-wasi" ,
You can’t perform that action at this time.
0 commit comments