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

Refactor build system to use mostly JS/TS and not shell scripts #460

Closed
anton-trunov opened this issue Jun 21, 2024 · 1 comment
Closed
Assignees
Labels
kind: refactoring Improve code readability scope: build scripts Infrastructure scripts (*.build.ts)
Milestone

Comments

@anton-trunov
Copy link
Member

Simplify things like

yarn build && yarn gen && yarn build && yarn test

and also move file copying to TS.

@anton-trunov anton-trunov added the scope: build scripts Infrastructure scripts (*.build.ts) label Jun 21, 2024
@anton-trunov anton-trunov added this to the v1.5.0 milestone Jun 21, 2024
@anton-trunov anton-trunov added the kind: refactoring Improve code readability label Jul 4, 2024
@novusnota novusnota self-assigned this Jul 11, 2024
@anton-trunov anton-trunov modified the milestones: v1.5.0, v1.6.0 Jul 30, 2024
@anton-trunov anton-trunov modified the milestones: v1.6.0, v1.7.0 Sep 16, 2024
@novusnota novusnota changed the title Refactor build system to use mostly TS and not shell scripts Refactor build system to use mostly JS/TS and not shell scripts Sep 25, 2024
@verytactical
Copy link
Contributor

Done in #1339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: refactoring Improve code readability scope: build scripts Infrastructure scripts (*.build.ts)
Projects
None yet
Development

No branches or pull requests

3 participants