-
Notifications
You must be signed in to change notification settings - Fork 3
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
[MNT] Updated husky scripts #419
Conversation
Reviewer's Guide by SourceryThis pull request updates the husky scripts to use Sequence diagram for updated Husky initialization processsequenceDiagram
participant D as Developer
participant H as Husky
participant G as Git Hooks
Note over D,G: Old Flow
D->>H: npx husky install
H->>G: Install hooks
Note over D,G: New Flow
D->>H: npx husky init
H->>G: Initialize and install hooks
Note over D,G: Package.json prepare script
D->>H: npm run prepare
H->>G: Setup hooks automatically
File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
✅ Deploy Preview for neurobagel-query ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Very nice, good thing to address. Thanks @rmanaem !
🧑🍳
NOTE: If this pull request is to be released, the release label must be applied once the review process is done to avoid the local and remote from going out of sync as a consequence of the
bump version
workflow runChecklist
This section is for the PR reviewer
[ENH]
,[FIX]
,[REF]
,[TST]
,[CI]
,[MNT]
,[INF]
,[MODEL]
,[DOC]
) (see our Contributing Guidelines for more info)skip-release
(to be applied by maintainers only)Closes #XXXX
query-tool-results
files in the neurobagel_examples repo have been regeneratedFor new features:
For bug fixes:
Summary by Sourcery
Build: