2 Commits

Author SHA1 Message Date
Joey Perrott
96769867ed fix(dev-infra): ensure hashbang is present in both published and local ng-devs ()
The node hash bang was incidentally removed in the published ng-dev, it should
be included to allow for the command to be run without having to specify node.

PR Close 
2020-10-27 09:28:38 -07:00
Joey Perrott
d331e09b71 refactor(dev-infra): create ng-dev executable locally in the repo ()
Rather than running ng-dev via ts-node, going forward ng-dev is generated and run
locally via node.  Additionally, the generated file is tested on each commit to
ensure that the local generated version stays up to date.

PR Close 
2020-10-22 13:36:14 -07:00