-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
refactor(core): setup workspaces #1012
refactor(core): setup workspaces #1012
Conversation
It detects the packageManager running the command to install the dependencies.
It adds the following dependencies: `@asyncapi/parser` and `prismjs`
It updates the Dockerfile to run with pnpm to ensure compatibility
Updated the dependency check logic to verify the presence of the `node_modules` directory instead of relying solely on `require.resolve` for `astro`. This ensures more robust detection of installed dependencies.
|
- Remove `test-bin.yml` workflow that utilized `Docker`. - Add a job in `verify-build.yml` to replace the functionality, running with `pnpm` directly.
45296e6
to
3f561a0
Compare
06b55e9
to
c903ccd
Compare
shall we close this now @carlosallexandre ? Few merge conflicts :O |
Motivation
Same as #987.
Note:
node_modules
in development of the package, turns the installation required always because of the monorepo structure.