UNPKG

@ycmd/commands

Version:

LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials

9 lines (6 loc) 417 B
'use strict'; var ycmd = require('ycmd'); var d=ycmd.createCommand({command:"start",describe:"run build process or execute the application",async main({isRoot:a,cwd:t}){if(a){await ycmd.pnpmRecursive("run start");return}let{isLib:i}=await ycmd.getCwdInfo({cwd:t});i?await ycmd.shell("ycmd dev"):await ycmd.shell("node lib");}}); module.exports = d; //# sourceMappingURL=out.js.map //# sourceMappingURL=start.js.map