Skip to content

Commit 827ac79

Browse files
Add build script for ruby-head-wasm-emscripten
1 parent bd85c5e commit 827ac79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/npm-packages/ruby-head-wasm-emscripten/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"dist/ruby_stdlib.data",
1111
"README.md"
1212
],
13+
"scripts": {
14+
"build": "./build-package.sh ../../../rubies/head-wasm32-unknown-emscripten-full"
15+
},
1316
"repository": "https://github.com/ruby/ruby.wasm",
1417
"homepage": "https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-head-wasm-emscripten",
1518
"publishConfig": {

0 commit comments

Comments
 (0)