Commit a906a71
authored
chore(justfile): add pnpm install steps to init recipe (#783)
## Summary
- Add `pnpm install` for both root and `e2e/` directories in the `init` recipe
- Covers both Unix and Windows targets
This ensures `just init` fully prepares the project (submodule, patches, collections, **and** Node dependencies) in one go.1 parent 97ebe7d commit a906a71
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments