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

Added blueprints to package.json's files #74

Merged
merged 4 commits into from
Dec 26, 2023
Merged

Added blueprints to package.json's files #74

merged 4 commits into from
Dec 26, 2023

Conversation

ijlee2
Copy link
Owner

@ijlee2 ijlee2 commented Dec 26, 2023

Description

In its instructions for migrating a v1 addon with blueprints, the Embroider repo forgot to mention that 'blueprints' need to be added to the addon package.json's files.

3. Move these files and directories into _addon

  • addon
  • addon-test-support
  • app
  • blueprints
  • config/environment.js (moves to _addon/config/environment.js)
  • index.js

Luckily, ember-modifier provided an example.

@ijlee2 ijlee2 added the bug Something isn't working label Dec 26, 2023
Comment on lines +104 to +109
"files": [
"addon-main.cjs",
"blueprints",
"declarations",
"dist"
],
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixture ensures that blueprints is included in files.

@ijlee2 ijlee2 marked this pull request as ready for review December 26, 2023 18:29
@ijlee2 ijlee2 merged commit 92e4c8d into main Dec 26, 2023
2 checks passed
@ijlee2 ijlee2 deleted the bugfix-blueprints branch December 26, 2023 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant