-
Notifications
You must be signed in to change notification settings - Fork 3.6k
feat: .continue/environment.json #7983
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
Conversation
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.
1 issue found across 2 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name=".continue/environment.json">
<violation number="1" location=".continue/environment.json:2">
Prefer npm ci over npm i for reproducible, faster installs using the existing lockfile.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
@@ -0,0 +1,3 @@ | |||
{ | |||
"install": "npm i" |
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.
Prefer npm ci over npm i for reproducible, faster installs using the existing lockfile.
Prompt for AI agents
Address the following comment on .continue/environment.json at line 2:
<comment>Prefer npm ci over npm i for reproducible, faster installs using the existing lockfile.</comment>
<file context>
@@ -0,0 +1,3 @@
+{
+ "install": "npm i"
+}
</file context>
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
add environment.json to run commit hook setup + fix the lint hook (hallucination)
Summary by cubic
Adds .continue/environment.json to run npm install during setup so Husky hooks are installed, and fixes the pre-commit lint hook to run reliably.
New Features
Bug Fixes