mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Run 'yarn install' in pre-commit hook to make sure the right ncc version is used
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/sh
|
||||
set -e
|
||||
yarn install
|
||||
yarn run package
|
||||
exec git add dist/index.js
|
||||
|
||||
Reference in New Issue
Block a user