UNPKG

112 BJavaScriptView Raw
1const shelljs = require('shelljs');
2
3module.exports = root => {
4 shelljs.exec(`cd ${root} && npm install`);
5};