Skip to content

Conversation

@maier49
Copy link
Contributor

@maier49 maier49 commented Jun 25, 2020

Type: bug

The following has been addressed in the PR:

  • There is a related issue
  • All code has been formatted with prettier
  • Unit or Functional tests are included in the PR
  • schema.json has been updated appopriately

Description:
omit-hash and single-bundle in the schema and arg config don't align with the expected values omitHash and singleBundle in the actual build config code. Most other properties seem to follow the camel case pattern so this applies the same to these properties.

Resolves #410

@agubler
Copy link
Member

agubler commented Jun 26, 2020

@maier49 for options available on the command line kebab case is preferred so we shouldn't be changing the yargs options. For using in the dojorc, the schema changes look right, as kebab-case gets transformed to camel case by yargs.

@maier49
Copy link
Contributor Author

maier49 commented Jun 29, 2020

@agubler 👍 I removed the changes in main.ts so this is just the schema changes now.

@maier49 maier49 merged commit 6863c68 into dojo:master Jun 29, 2020
@maier49 maier49 deleted the fix-schema branch June 29, 2020 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

single-bundle and omit-hash schema options are unused

3 participants