Makefile
882 Bytes
-
Makefile: dependency-driven target to build node_modules · a4ef1d61
- added `node_modules` as new target - dependency on `package.json` and `yarn.lock` allows for quick `make node_modules` after a branch change, which noops when the deps have not changed - also added `clean` target
David Kaltschmidt committed