You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however buying in to that tool, and using turbo to manage it, is def out of scoped for a blueprint project.
so, I'm planning on making another blueprint that applies recommended turbo + pnpm configurations (for at least my projects anyway) -- NullVoxPopuli/ember-apply#463
Goals:
run prettier after eslint, but still together in the "Lint" task
publint
arethetypeswrong
depMeta*injected syncing
turbo
tool for skipping whole CI jobs based on turbo's cache queries
The text was updated successfully, but these errors were encountered:
When using dependenciesMeta.*.injected (ie: the most correct way to manage in-repo dependencies, as it simulates what would happen when installed from npm), you need a too like this: https://github.com/NullVoxPopuli/pnpm-sync-dependencies-meta-injected
however buying in to that tool, and using turbo to manage it, is def out of scoped for a blueprint project.
so, I'm planning on making another blueprint that applies recommended turbo + pnpm configurations (for at least my projects anyway) -- NullVoxPopuli/ember-apply#463
Goals:
The text was updated successfully, but these errors were encountered: