ssh_scan/.github/actions/setup-ruby-1.71.0/CONTRIBUTING.md

22 строки
325 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2021-05-21 17:22:22 +03:00
# Contributing
## Installing dependencies
```bash
$ yarn install
```
`npm` doesn't install the correct dependencies for `eslint` so we use `yarn`.
## Regenerating dist/index.js
```bash
$ yarn run package
```
It is recommended to add this as a `git` `pre-commit` hook:
```bash
$ cp pre-commit .git/hooks/pre-commit
```