-
Notifications
You must be signed in to change notification settings - Fork 43
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
Releasing via Aegir #80
Comments
what do you think? |
|
Humm, skipping the What do you think? Maybe you can open an issue in |
Maybe we can fork aegir and rename to aegir-ts where we would adjust tools to expect ts. Later on upstream to aegir - - ts flag or something. We could you custom aegir in noise repo (we have custom scripts and lint there) |
Yeah, checking in src/ probably causes more problems than we want. 👍 on releasing w a custom aegir for now. I think ideally, aegir could have extensions for typescript projects. Add a 'compile' step that could be flagged. I can envision a --ts flag that augments linting, releasing, building, etc to support our (or a similar) flow. |
@mpetrunic I am ok with that. But, I would recommend creating an issue in |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
unstale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue or pull request has been automatically been closed due to inactivity. |
Unfortunately, didn't test out releasing w/ Aegir in #77
There are a few issues with the current setup when trying to release with Aegir
.eslint.js
getting picked up by aegir for its linting step. Can be mitigated by either running with--lint=false
or renaming.eslint.js
to eg:.eslint.ts.js
tsc
never gets run during the release cycle, so aegir fails on the test and other steps. Can be mitigated by either checking in built js insrc/
or adding a tsc step in aegirThe text was updated successfully, but these errors were encountered: