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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Installation

```sh
$ yarn add graphql.macro
yarn add graphql.macro
```

_Note: You'll need to install and configure [babel-plugin-macros](https://github.com/kentcdodds/babel-plugin-macros) if you haven't already._
Expand Down Expand Up @@ -75,24 +75,24 @@ const query = {
- yarn >= 1.13.0

```sh
$ yarn install --pure-lockfile
yarn install --pure-lockfile
```

## Test

```sh
$ yarn run format
$ yarn run eslint
$ yarn run flow
$ yarn run test:watch
$ yarn run build
yarn run format
yarn run eslint
yarn run flow
yarn run test:watch
yarn run build
```

## Publish

```bash
$ npm version patch
$ npm run changelog
npm version patch
npm run changelog
git commit & push
```

Expand Down