File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -445,10 +445,11 @@ initialize yalc:
445
445
npm run yalcInit
446
446
```
447
447
448
- This will tell yalc to link ` dev_app/ ` to the root REJT library (it's usually
449
- stored in ` ~/.yalc/installations.json ` if you're curious). After initializing,
450
- you can run the following command in the root package every time you make
451
- changes to REJT to push the changes to the dev app:
448
+ This will tell yalc to link ` dev_app/ ` to the root REJT library (this link
449
+ is usually stored in ` ~/.yalc/installations.json ` if you're curious). After
450
+ initializing, you can run the following command in the root package every
451
+ time you make changes to REJT to push the changes to the dev app
452
+ (with hot-loading!):
452
453
453
454
``` sh
454
455
npm run yalcPush
You can’t perform that action at this time.
0 commit comments