Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use incremental builds rather than full builds
In this project, we can use the following command to test examples. `$ npm test` It might be very inefficient, especially, if the number of files increases. So, it's better to use incremental builds rather than full builds. We can accomplish this by combining `configure` and `build` commands instead of `rebuild` command.
- Loading branch information