mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
docs(contributing): add packages and development worlflow (#836)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user