-
Notifications
You must be signed in to change notification settings - Fork 819
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
To remove .ts files while latest-build.zip is created on amplify push #7061
Comments
@ravishankar82 how are you compiling your TypeScript code? Can you share your We recommend keeping the TypeScript files in a separate folder in our docs which will prevent them from being included in We are tracking more extensive TypeScript support in the following issues: |
Yes, we can do if we place our source in another dir and pointing to build dir to src. you can close it if not planning to give such provision. |
@ravishankar82 can you elaborate on why you'd like to see this change? |
Because its unconventional in development point of view. If Amplify team suggesting use another folder its ok but there should be some option while creating amplify project using CLI command. At the time of amplify init there should be an option to select TypeScript and if developer select that one then this should ask about ts-src and js-src dir. As Amplify does most of configuration things(creating folder dir and others) automatically at the time of initialization, in the same line of configuration we can give an option. |
Thanks for elaborating on your use-case @ravishankar82. I'm going to close this issue in favor of the following issues #659 |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Describe the solution you'd like
Can you please add a provision to remove .ts files from the latest-build.zip before running "amplify push".
The text was updated successfully, but these errors were encountered: