Skip to content

Commit 2ae32a3

Browse files
authored
Update CONTRIBUTING.md (#104)
I had to `cd` into **app-js** to get things running locally and thought some extra clarity might help
1 parent 56d09e5 commit 2ae32a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
- Run the build
1515
- `pnpm build`
1616
- Build an example app with the builder:
17-
- `node [root of the monorepo]/cli/create-tsrouter-app/dist/index.js app-js`
18-
- Do not attempt to build an app within the monorepo because the dependencies will be hoisted into the monorepo.
19-
- Run `pnpm dev` at that top level to build everything in watch mode
17+
- `node [root of the monorepo]/cli/create-tsrouter-app/dist/index.js app-js` (Do not attempt to build an app within the monorepo because the dependencies will be hoisted into the monorepo.)
18+
- `cd app-js` and run `pnpm dev` to build everything in watch mode
2019
- Run `pnpm build` and `pnpm test` to make sure the changes work
2120
- Check your work and PR
2221

0 commit comments

Comments
 (0)