Skip to content

Commit f91069b

Browse files
Bryan BalmerAlan-Cha
authored andcommitted
Update doc to reflect yarn changes
Signed-off-by: Bryan Balmer <[email protected]>
1 parent 4b1e01d commit f91069b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Here are some guides to further help you get started:
9595

9696
## Development
9797

98-
OpenAPI-to-GraphQL is written in [TypeScript](http://www.typescriptlang.org/). Within each of OpenAPI-to-GraphQL's packages, all source code is contained in the `src` folder. Use `npm run build` or `npm test` to transpile the source files into the final library in the `lib` folder. Entry-point for the library is `index.js` in `lib`.
98+
OpenAPI-to-GraphQL is written in [TypeScript](http://www.typescriptlang.org/). Within each of OpenAPI-to-GraphQL's packages, all source code is contained in the `src` folder. Use `yarn build` or `yarn test` to transpile the source files into the final library in the `dist` folder. Entry-point for the library is `index.js` in `dist`.
9999

100100
## Research
101101

0 commit comments

Comments
 (0)