-
Notifications
You must be signed in to change notification settings - Fork 0
feat(user-onboarding): convert into workspace #69
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
base: user-onboarding-v19
Are you sure you want to change the base?
Conversation
2afe555 to
92ee4e4
Compare
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.
this is for user-onboarding ---- change the packages property
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.
done!
92ee4e4 to
8839d8d
Compare
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.
update the scripts section
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.
done!
package.json
Outdated
| "description": "This is the root package and will never be served via a web server", | ||
| "private": true, | ||
| "workspaces": [ | ||
| "packages/user-onboarding/projects/*" |
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.
its sandbox will also be a part of workspaces
to maintain consistency
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.
done!
3c0c48e to
12a28e7
Compare
12a28e7 to
398c015
Compare
31c1ee0 to
c9924b1
Compare
Description
This pull request modernizes and simplifies the project's build and CI/CD workflows by removing legacy Lerna bootstrap steps, updating dependencies, and switching to workspace-based commands. It also upgrades several GitHub Actions and makes related configuration changes for improved maintainability and compatibility.
Fixes #68
Type of change
Please delete options that are not relevant.
Checklist: