Skip to content

Commit fb66988

Browse files
committed
change the comments
1 parent 1ec341b commit fb66988

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

boilerplates/lerna-module/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ When first cloning the repo:
2424

2525
```sh
2626
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.
2828
yarn build
2929
```
3030

3131
Or if you want to make your dev process smoother, you can run:
3232

3333
```sh
3434
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.
3636
yarn build:dev
3737
```
3838

boilerplates/lerna-workspace/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ When first cloning the repo:
2424

2525
```sh
2626
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.
2828
yarn build
2929
```
3030

3131
Or if you want to make your dev process smoother, you can run:
3232

3333
```sh
3434
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.
3636
yarn build:dev
3737
```
3838

0 commit comments

Comments
 (0)