Skip to content

Remove prebuild.sh step #691

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

Open
WhitWaldo opened this issue Mar 26, 2025 · 0 comments · May be fixed by #692
Open

Remove prebuild.sh step #691

WhitWaldo opened this issue Mar 26, 2025 · 0 comments · May be fixed by #692
Assignees
Labels
chores Admin related tasks
Milestone

Comments

@WhitWaldo
Copy link
Contributor

This script creates a file at src/version.ts which reflects the version value from package.json in the root. If one attempts to build the solution npx tsc --outDir ./build/ without running it, one gets errors showing that the module doesn't exist because the file isn't saved in the repo and only generated as part of this step.

This is less than ideal and should be corrected.

@WhitWaldo WhitWaldo added the chores Admin related tasks label Mar 26, 2025
@WhitWaldo WhitWaldo added this to the v3.6.0 milestone Mar 26, 2025
@WhitWaldo WhitWaldo self-assigned this Mar 26, 2025
@WhitWaldo WhitWaldo moved this from Backlog to In progress in v1.16 Release Tracking Board Mar 26, 2025
@WhitWaldo WhitWaldo linked a pull request Mar 26, 2025 that will close this issue
2 tasks
@WhitWaldo WhitWaldo moved this from In progress to In review in v1.16 Release Tracking Board Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chores Admin related tasks
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

1 participant