Commit Graph

5 Commits

Author SHA1 Message Date
Adrien Lecharpentier d90e6ac06c
[JENKINS-54204] Make sure to install exactly the same dependencies 2018-10-23 15:23:14 +02:00
R. Tyler Croy 044ba25859
Convert everything over to TypeScript
This was mostly minor minor tweaking of imports and fiddling with a few types
2018-10-06 19:37:07 -07:00
R. Tyler Croy 7b539d05c2
Allow the client/Makefile to incorporate some of its own targets
This is using the "double-colon rule" for GNU/Make which will merge the two
targets at runtime. Meaning the `make lint` command will run the `node.mk` lint
target and then the `client/Makefile` lint target.
2018-10-06 19:37:07 -07:00
R. Tyler Croy 451f44425e
Compact some log output in the node makefile 2018-09-16 10:31:47 -07:00
R. Tyler Croy d9a860b55c
Refactor some common node GNu/Make tooling up into the root directory 2018-08-29 07:16:39 -07:00