docs(contributing): add packages and development worlflow (#836)

This commit is contained in:
Li Kang
2022-05-30 19:06:27 +02:00
committed by GitHub
parent 50fdefa9c7
commit ff1aa8ad70
4 changed files with 17 additions and 11 deletions

View File

@@ -4,12 +4,11 @@ const yargs = require('yargs');
const mashupServer = require('../test/mashup/server');
const args = yargs
.option('start', {
default: true,
type: 'boolean',
describe: 'Start the mashup server',
}).argv;
const args = yargs.option('start', {
default: true,
type: 'boolean',
describe: 'Start the mashup server',
}).argv;
const { start } = args;