Skip to content
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

Switch API package management from Pipenv to PDM #4107

Merged
merged 17 commits into from
Apr 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Limit scope of Node subpackages
dhruvkb committed Apr 17, 2024

Verified

This commit was signed with the committer’s verified signature.
dhruvkb Dhruv Bhanushali
commit 60add84961c18142303418e3fe02495db2af9c0e
2 changes: 1 addition & 1 deletion .github/filters.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ ingestion_server:
- load_sample_data.sh
frontend:
- frontend/**
- packages/**
- packages/eslint-plugin/**
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- automations/js/
- frontend/
- packages/*
- packages/eslint-plugin