UNPKG

ponk

Version:

The development package for central platform of PO team.

8 lines (6 loc) 150 B
require('shelljs/global'); const util = require('../util'); module.exports = () => { const gulpCmd = `karma start`; exec(gulpCmd); };