stackblitz / tutorialkit

TutorialKit by StackBlitz - Create interactive tutorials powered by the WebContainer API
https://tutorialkit.dev
MIT License
507 stars 49 forks source link

ci: setup pkg.pr.new #271

Closed AriPerkkio closed 3 months ago

AriPerkkio commented 3 months ago

This will make testing PRs like https://github.com/stackblitz/tutorialkit/pull/270 a lot easier. In that PR we need to verify that packages are resolved correctly in real environments. Testing such changes by linking packages with file:// or link:// protocols in package.json doesn't provide good confidence - using real published packages is better.

I've used the workflow from Vite as reference: https://github.com/vitejs/vite/blob/main/.github/workflows/publish-commit.yml

stackblitz[bot] commented 3 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

AriPerkkio commented 3 months ago

Verified the same script in separate repo: https://github.com/AriPerkkio/eslint-remote-tester/pull/549