UNPKG

lithium-sdk

Version:
12 lines (11 loc) 285 B
/** * Created by nikhil.modak on 5/13/15. */ 'use strict'; module.exports = { run: function () { require('../../lib/spawn-gulp')(['plugin-package']); }, help: 'Packages and validates the plugin locally. ' + '\nRun this command from the root directory of a project.' };