-
Notifications
You must be signed in to change notification settings - Fork 11
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
ci: test example building #122
Conversation
@prosemirror-adapter/core
@prosemirror-adapter/react
@prosemirror-adapter/lit
@prosemirror-adapter/solid
@prosemirror-adapter/vue
@prosemirror-adapter/svelte
commit: |
671ce0a
to
1563c4e
Compare
@@ -0,0 +1 @@ | |||
link-workspace-packages=deep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need this so that pnpm -r run build
can build packages first then build examples. Using "@prosemirror-adapter/lit": "workspace:*"
in package.json can do this job too, but it won't allow stackblitz to open a sub directory like examples/lit
and install dependencies.
@Saul-Mirone Could you review this? I removed .npmrc from .gitignore and I want to make you aware of it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚒
Run the
build
script for all examples during CI pipeline. Thebuild
script for theexamples/svelte
has been broken for a while. This PR can prevent it from happening again.