UNPKG

ponk

Version:

The development package for central platform of PO team.

10 lines (8 loc) 305 B
require('shelljs/global'); const util = require('../util'); module.exports = () => { let gulpfilePath = util.root('dev-package/build/gulpfile.analyze.js'); let cwd = util.cwd(); let gulpCmd = `gulp4 --gulpfile "${gulpfilePath}" --cwd "${cwd}" --minify --color=always`; exec(gulpCmd); };