You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-test-apollo-tooling/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
2
2
3
-
How to run this project:
3
+
How to run this package:
4
4
5
5
1. Make sure you have the correct Yarn version installed (check the root package.json, `packageManager` entry). Otherwise, you might run into unexplained bugs.
6
6
2. In the monorepo root, run:
7
7
8
-
yarn clean && yarn install && yarn build`
8
+
yarn clean && yarn install && yarn build
9
9
10
10
3. Patch `near-operation-file` manually (the automatic patch doesn’t always work). In the monorepo root, run:
0 commit comments