6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
|
module.exports = {
|
||
|
npm_install: {
|
||
|
command: 'npm install'
|
||
|
}
|
||
|
};
|