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: boilerplates/lerna-module/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@ When first cloning the repo:
24
24
25
25
```sh
26
26
yarn
27
-
# build the prod packages, this will navigate from references to their definitions (.d.ts files) between packages.
27
+
# build the prod packages. When devs would like to navigate to the source code, this will only navigate from references to their definitions (.d.ts files) between packages.
28
28
yarn build
29
29
```
30
30
31
31
Or if you want to make your dev process smoother, you can run:
32
32
33
33
```sh
34
34
yarn
35
-
# build the dev packages, this enables navigation from references to their source code between packages.
35
+
# build the dev packages with .map files, this enables navigation from references to their source code between packages.
Copy file name to clipboardExpand all lines: boilerplates/lerna-workspace/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@ When first cloning the repo:
24
24
25
25
```sh
26
26
yarn
27
-
# build the prod packages, this will navigate from references to their definitions (.d.ts files) between packages.
27
+
# build the prod packages. When devs would like to navigate to the source code, this will only navigate from references to their definitions (.d.ts files) between packages.
28
28
yarn build
29
29
```
30
30
31
31
Or if you want to make your dev process smoother, you can run:
32
32
33
33
```sh
34
34
yarn
35
-
# build the dev packages, this enables navigation from references to their source code between packages.
35
+
# build the dev packages with .map files, this enables navigation from references to their source code between packages.
0 commit comments