UNPKG

serverless-build-client

Version:

A Serverless Framework plugin used to build front end applications

13 lines (11 loc) 182 B
module.exports.packagers = { yarn: "yarn", npm: "npm" }; module.exports.defaults = { packager: "yarn", command: { yarn: "build", npm: "run build" } };