Skip to content

Comments

🌪️ Add turbo#30

Merged
rowanc1 merged 4 commits intomainfrom
turbo
Dec 22, 2025
Merged

🌪️ Add turbo#30
rowanc1 merged 4 commits intomainfrom
turbo

Conversation

@rowanc1
Copy link
Member

@rowanc1 rowanc1 commented Dec 22, 2025

No description provided.


# Build oxa (copy bundled CLI)
- run: pnpm --filter oxa build
- run: pnpm test
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the nice thing about using turbo, we don't have to remember the order of these now!

Comment on lines +24 to +26
"format": "prettier --write \"src/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\"",
"lint": "eslint .",
Copy link
Member Author

Choose a reason for hiding this comment

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

I moved these down and made the prettier more specific. The previous was fixing and linting in the dist folder as well.

Comment on lines +28 to +30
"devDependencies": {
"@oxa/core": "workspace:*"
},
Copy link
Member Author

Choose a reason for hiding this comment

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

Adding the devDep here, which means this will wait for the other to build.

Comment on lines +15 to +21
"format": "turbo format",
"format:check": "turbo format:check",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"build": "turbo build",
"test": "turbo test",
"clean": "turbo clean"
Copy link
Member Author

Choose a reason for hiding this comment

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

Added all these commands as turbo.

@rowanc1
Copy link
Member Author

rowanc1 commented Dec 22, 2025

@nokome Goign to go ahead and merge this one in, mostly just changing package locks etc to use turbo, which adds caching and dependencies across the various packages so builds are more consistent.

@rowanc1 rowanc1 merged commit 70bab30 into main Dec 22, 2025
2 checks passed
@rowanc1 rowanc1 deleted the turbo branch December 22, 2025 23:22
@nokome nokome mentioned this pull request Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant