Commit 761e86f
feat: Make CLI available without install
This small change will allow consumers of the CLI to have their projects shared with anyone, even if they don't have the CLI installed.
They just clone, and run `npm install`, and then they can all interesting stuff they want directly from the CLI by using `npm run ng -- ` instead of `ng`.
It also helps people who may have multiple projects created by the CLI not all upgraded to the latest version, matching their global install.
Close angular#31261 parent a1ccf23 commit 761e86f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments