-
Notifications
You must be signed in to change notification settings - Fork 54
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
🔧 format package.json #983
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
Updates to Preview Branch (format-package.json) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
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.
thx!!
Issue
Why is this change needed?
#978 It seems that the change, which should have been a lint error, has not been linted for some reason.
Apparently, the CI was skipped in the case of only changing the package.json.
What would you like reviewers to focus on?
Testing Verification
What was done
🤖 Generated by PR Agent at 948ecc0
package.json
to improve script organization.create-env-files
script to ensure environment files exist.Detailed Changes
package.json
Reformatted and enhanced `package.json` scripts
package.json
create-env-files
script to ensure.env
and.env.local
filesexist.
create-env-files
script entry.Additional Notes