UNPKG

ponk

Version:

The development package for central platform of PO team.

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