Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that npm dependencies are installed if package.json is modified
With the following steps, the second invocation of `make` should trigger installation of npm dependencies: 1. Run `make` 2. Edit dependencies in `package.json` 3. Run `make` again
- Loading branch information