1 Star 0 Fork 32

知行合一 / hello-algorithm

forked from ththinking / hello-algorithm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.js 235 Bytes
一键复制 编辑 原始数据 按行查看 历史
haolin3 提交于 2020-06-16 18:17 . update
const { exec } = require('child_process')
exec('npm run build',(error, stdout, stderr) => {
if(error){
console.log(`exec error: ${error}`)
return
}
console.log(`stdout: ${stdout}`);
console.log(`stderr: ${stderr}`);
})
1
https://gitee.com/chaucerg/hello-algorithm.git
git@gitee.com:chaucerg/hello-algorithm.git
chaucerg
hello-algorithm
hello-algorithm
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891