Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: ensure ng-dev command works on windows
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 507a7e2)
- Loading branch information