mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-05-14 15:01:44 +00:00
* feat: add AGENNTS.md Signed-off-by: Andy Lee <andy.lee@suse.com> * refactor: update based on copilot feedback Signed-off-by: Andy Lee <andy.lee@suse.com> * refactor: update AGENTS.md Signed-off-by: Andy Lee <andy.lee@suse.com> * refactor: update based on AI suggestion Signed-off-by: Andy Lee <andy.lee@suse.com> * refactor: based on comments Signed-off-by: Andy Lee <andy.lee@suse.com> * refactor: some files Signed-off-by: Andy Lee <andy.lee@suse.com> * refactor: boundaries.md Signed-off-by: Andy Lee <andy.lee@suse.com> --------- Signed-off-by: Andy Lee <andy.lee@suse.com>
563 B
563 B
Node Dependencies
Dependencies are managed via package.json and yarn
- To install dependencies use
yarn install. This will fail if dependencies and versions listed inpackage.jsonare out of step with theyarn.lockfile - To add a dependency use
yarn run add:no-lock ...instead ofyarn add - To upgrade a dependency use
yarn run upgrade:no-lock ...instead ofyarn upgrade
Renovate automatically updates dependencies and opens upgrade PRs after 10:00 AM on Sundays (Asia/Taipei).
For the Renovate config, see .github/renovate.json.