1 2 3 4 5 6module.exports = { buildCmd: 'yarn build', testCmd: 'yarn test', npmFetch: true, }
1 2 3 4 5 6
module.exports = { buildCmd: 'yarn build', testCmd: 'yarn test', npmFetch: true, }