Skip TurboRepo running builds in Vite playground packages#12450
Skip TurboRepo running builds in Vite playground packages#12450jamesopstad merged 4 commits intomainfrom
Conversation
|
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
505af81 to
d3aa786
Compare
ascorbic
left a comment
There was a problem hiding this comment.
Makes sense. I guess the problem that makes this necessary is that any change to the core packages will invalidate all the playground packages.
Yes. Also, the packages are built as part of the tests so there's no need to build them up front. They only include |
757b714 to
4de7747
Compare
4de7747 to
e16f90c
Compare
Rename playground
buildscript so that the playgrounds are not built when runningpnpm buildfrom the root. They have been renamed tobuild:defaultto compose with variants e.g.build:nodejs-compat.The playground packages are built during the tests so there's no need to build them all up front. They only include
buildscripts for manual testing and so they can be used as examples.A picture of a cute animal (not mandatory, but encouraged)