This commit is contained in:
Stuart Colville 2018-06-08 17:07:28 +01:00
Родитель 76973ec005
Коммит 6717cda96d
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -138,11 +138,6 @@ yarn install
Dependencies are automatically kept up-to-date using [greenkeeper](http://greenkeeper.io/).
### yarn scripts and grunt tasks
Run basic automation tasks via yarn (e.g. `yarn test`).
These don't need `grunt-cli` installed globally.
#### yarn scripts
Most of these scripts will also run with npm by substuting `yarn` with `npm`.
@ -165,7 +160,7 @@ Once you build the library you can use the CLI in `bin/addons-linter`.
### Testing
Tests use `grunt` but don't require global `grunt`. Just run `yarn test` or `npm test`.
Run `yarn test` or `npm test`.
#### Coverage