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: CONTRIBUTING.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,8 @@
14
14
- Run the build
15
15
-`pnpm build`
16
16
- 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
20
19
- Run `pnpm build` and `pnpm test` to make sure the changes work
0 commit comments