Skip to content

Commit

Permalink
Merge branch 'next' into fix/change-isolatorUrl-for-cachedUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Feb 19, 2021
2 parents 6c5023f + 42d4b61 commit ec17516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/lib/parseArgs.js
Expand Up @@ -38,8 +38,8 @@ export default function parseArgs(argv) {
booleanDefault: undefined,
flags: {
// Required options
projectToken: { type: 'string', alias: 't' },
appCode: { type: 'string', alias: 'a' }, // for backwards compatibility
projectToken: { type: 'string', alias: 't', isMultiple: true },
appCode: { type: 'string', alias: 'a', isMultiple: true }, // for backwards compatibility

// Storybook options
buildScriptName: { type: 'string', alias: 'b' },
Expand Down

0 comments on commit ec17516

Please sign in to comment.