UNPKG

gypwatcher

Version:

Automatically run node-gyp when your module's C++ files change

7 lines (6 loc) 118 B
module.exports = { nodeGypPost: function() { this.didRun = true; console.log(require('./').prime()); } };