Files
setup-ruby/pre-commit
T

6 lines
78 B
Bash
Executable File

#!/usr/bin/sh
set -e
yarn install
yarn run package
exec git add dist/index.js