Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(template): fix config template problem #74

Merged
merged 1 commit into from
Apr 12, 2024
Merged

fix(template): fix config template problem #74

merged 1 commit into from
Apr 12, 2024

Conversation

imjuni
Copy link
Owner

@imjuni imjuni commented Apr 12, 2024

  • The eject command now creates a template file in the templatePath option instead of output.
  • This change was made because the output option is redundant with the output option of the build command, and because the output directory was being mixed up with templates and documentation when using .erdiarc files.

- The `eject` command now creates a template file in the `templatePath` option instead of `output`.
- This change was made because the `output` option is redundant with the `output` option of the `build` command, and because the `output` directory was being mixed up with templates and documentation when using `.erdiarc` files.
Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e3186f3) to head (a2b46a3).

Additional details and impacted files
@@            Coverage Diff             @@
##            master       #74    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           56        58     +2     
  Lines         1804      1919   +115     
  Branches       209       207     -2     
==========================================
+ Hits          1804      1919   +115     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@imjuni imjuni merged commit 9570923 into master Apr 12, 2024
4 checks passed
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.

1 participant