Closed saksham93 closed 4 years ago
The make target is great - now we also need to run the target in our brigade.js
file - similar to https://github.com/brigadecore/brigade/blob/9cd050ac7f3ea82e44cbde6164d4dbf681dc5c9b/brigade.js#L48
Also note that the target will currently fail due to #281
The make target is great - now we also need to run the target in our
brigade.js
file - similar to https://github.com/brigadecore/brigade/blob/9cd050ac7f3ea82e44cbde6164d4dbf681dc5c9b/brigade.js#L48
@radu-matei Done
Excellent!
We should hold off merging this PR until #281 is fixed (so that we avoid the build from master
failing), but this will be of very much help going forward, thanks a lot!
Added Node modules audit build target for Kashti. Refers to Issue #279