-
Notifications
You must be signed in to change notification settings - Fork 0
Replace npm
with pnpm
#136
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ $ docker compose -f docker-init/compose.yaml up | |
|
||
The **backend** is served at: http://localhost:9000 | ||
|
||
The **frontend** is served at: http://localhost:3000. This serves statically built code - no live dev server. `cd frontend; npm run dev` for a live dev server. | ||
The **frontend** is served at: http://localhost:3000. This serves statically built code - no live dev server. `cd frontend; pnpm run dev` for a live dev server. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Codebase verification Update npm reference in service/README.md to use pnpm Found one remaining npm reference that needs to be updated:
🔗 Analysis chainVerify all npm references have been updated to pnpm Let's ensure all npm references in the documentation have been updated to pnpm. Let's examine the content of these files to see the specific npm references. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Search for any remaining npm references in markdown files
echo "Searching for npm references in markdown files..."
rg --type md "npm" -l
Length of output: 189 Script: #!/bin/bash
# Check the content of npm references in each markdown file
echo "=== docker-init/README.md ==="
rg -A 2 -B 2 "npm" docker-init/README.md
echo -e "\n=== frontend/README.md ==="
rg -A 2 -B 2 "npm" frontend/README.md
echo -e "\n=== service/README.md ==="
rg -A 2 -B 2 "npm" service/README.md
Length of output: 1814 🧰 Tools🪛 Markdownlint (0.37.0)36-36: null (MD034, no-bare-urls) |
||
|
||
You can also access the parquet anomaly data table. To do so, from another terminal run: | ||
|
||
|
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.
💡 Codebase verification
CI environment needs pnpm configuration
The project is indeed using pnpm as the package manager (confirmed by package.json scripts and presence of pnpm-lock.yaml), but there's no CI configuration detected. This poses a risk for the build process.
Action needed: Add CI configuration that includes:
🔗 Analysis chain
Verify CI environment compatibility
The build process now relies on pnpm. We should ensure that the CI environment has pnpm installed and properly configured.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 516
Script:
Length of output: 2888