Commit aa6c751
committed
build: ensure ng-dev command works on windows (#25109)
Apparently the `ng-dev` command does not work with Git Bash on windows
because of the environment variable being set. We should use `ts-node`
directly to avoid this issue, and also avoid the `$PWD` access which
might not work depending on the shell.
Also on the dev-infra side we would need to remove the ts-node shebang
and leave the responsibility to the consumer project.
(cherry picked from commit e09841c)1 parent 2ad1677 commit aa6c751
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments