Skip to content

Commit 15b4278

Browse files
committed
cleanups
1 parent 4789809 commit 15b4278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev-test-apollo-tooling/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
The `dev-test-apollo-tooling` project is an example of migrating from Apollo tooling to GraphQL Codegen. It attempts to generate output as close as possible to Apollo tooling’s output. Note: **this project is a work in progress** and currently requires a patch to `near-operation-file`. We will fix this package soon.
1+
The `dev-test-apollo-tooling` package is an example of migrating from Apollo tooling to GraphQL Codegen. It attempts to generate output as close as possible to Apollo tooling’s output. Note: **this package is a work in progress** and currently requires a patch to `near-operation-file`. We will fix this package soon.
22

3-
How to run this project:
3+
How to run this package:
44

55
1. Make sure you have the correct Yarn version installed (check the root package.json, `packageManager` entry). Otherwise, you might run into unexplained bugs.
66
2. In the monorepo root, run:
77

8-
yarn clean && yarn install && yarn build`
8+
yarn clean && yarn install && yarn build
99

1010
3. Patch `near-operation-file` manually (the automatic patch doesn’t always work). In the monorepo root, run:
1111

0 commit comments

Comments
 (0)