Developer announcement: validation library moved into this monorepo #1361
jekabs-karklins
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This PR migrates the
validationpackage into the local workspace undervalidation/. Both the backend and frontend now consume it via a local file dependency defined in package.jsondevelop)After pulling the latest changes, remove existing dependencies to ensure the apps use the local
validationpackage:frontend/node_modulesbackend/node_modulesnpm installfrom the repository rootIf you skip this step, the existing installed packages may take precedence over the local workspace version.
🛠 Development workflow
validation/srcnpm installfrom the repository rootYour updates should then be reflected automatically in both the backend and frontend.
Beta Was this translation helpful? Give feedback.
All reactions