Skip to content

Commit

Permalink
Update README to refer to gradlew commands instead of make
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Corti <[email protected]>
  • Loading branch information
macisamuele and cortinico committed Feb 13, 2020
1 parent af3cca6 commit 7f68256
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ We also recommend you set up:
Before starting developing, please run:

```
make install-hooks
./gradlew installHooks
```

This will take care of installing the pre-commit hooks to keep a consistent style in the codebase.

While developing, you can run tests on the plugin using:
While developing, you can build, run pre-commits, checks & tests on the plugin using:

```
./gradlew plugin:test
./gradlew preMerge
```

Make sure your tests are all green ✅ locally before submitting PRs.
Expand Down

0 comments on commit 7f68256

Please sign in to comment.