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 for create-v2-addon-repo (Part 3) #14

Merged
merged 12 commits into from
Aug 16, 2024

Conversation

ijlee2
Copy link
Owner

@ijlee2 ijlee2 commented Aug 16, 2024

No description provided.

@ijlee2 ijlee2 added the enhance: code Issue asks for new feature or refactor label Aug 16, 2024
Comment on lines +12 to +22
function getFilesToSkip(): string[] {
const files = new Set<string>();

if (ENABLE_TEMPLATE_TAG) {
files.add('__fileName__.ts');
} else {
files.add('__fileName__.gts');
}

return Array.from(files);
}
Copy link
Owner Author

Choose a reason for hiding this comment

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

TODO

Configure eslint and typescript so that lint:fix doesn't error when there are *.gts files in test-app.

@ijlee2 ijlee2 force-pushed the implement-create-v2-addon-repo-part-3 branch from 61503bf to 7e37289 Compare August 16, 2024 07:31
@@ -30,7 +30,6 @@
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.0",
"@embroider/broccoli-side-watch": "0.0.2-unstable.ba9fd29",
Copy link
Owner Author

@ijlee2 ijlee2 Aug 16, 2024

Choose a reason for hiding this comment

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

TODO

Check if this is still needed in docs-app and test-app. Live reload seemed to work without in test-app.

@ijlee2 ijlee2 force-pushed the implement-create-v2-addon-repo-part-3 branch from 7e37289 to 39d1c2a Compare August 16, 2024 08:17
@ijlee2 ijlee2 force-pushed the implement-create-v2-addon-repo-part-3 branch from 39d1c2a to a4b2ed9 Compare August 16, 2024 08:25
@ijlee2 ijlee2 force-pushed the implement-create-v2-addon-repo-part-3 branch from a4b2ed9 to 46ea2a9 Compare August 16, 2024 08:44
path: |
packages/**/declarations/**/*
packages/**/dist/**/*
packages/.gitkeep
Copy link
Owner Author

Choose a reason for hiding this comment

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

TECHNICAL RISK

actions/download-artifact@v4 errors when there is no artifact to download, and doesn't provide an option to avoid this error. To help CI pass from the start, I added packages/.gitkeep.

@ijlee2 ijlee2 merged commit aa9a93b into main Aug 16, 2024
2 checks passed
@ijlee2 ijlee2 deleted the implement-create-v2-addon-repo-part-3 branch August 16, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhance: code Issue asks for new feature or refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant