mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/usr/bin/sh
|
|
set -e
|
|
yarn install
|
|
yarn run package
|
|
exec git add dist/index.js
|