UNPKG

cckj-util

Version:

A common util lib for cj

10 lines (7 loc) 208 B
var shell = require('shelljs'); shell.exec('npm version patch') if (shell.exec('npm run build').code !== 0) { //执行 npm run build 命令 shell.echo('Error: npm run build failed'); shell.exit(1); }