Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ Before you submit your pull request consider the following guidelines:
* Install [node](https://nodejs.org/en/) and [yarn](https://yarnpkg.com/). We use yarn to lint, test and build the lambdas.
* Build your changes locally to ensure all the tests pass:

```shell
cd lambdas
yarn install
yarn format
yarn lint
yarn test
yarn build
cd ..
```
```shell
cd lambdas
yarn install
yarn format
yarn lint
yarn test
yarn build
cd ..
```

* Push your branch to GitHub:

Expand Down