-
Notifications
You must be signed in to change notification settings - Fork 91
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
Added precommit feature #273
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/feminine-divin/period/GYrjY3tZKnpyGbjCUogKzA4vxmDz |
* about page addition * sticky-nav * Navbar made sticky * Images made Responsive * Images made responsive final * end card added * made nav sticky again * Prescriptions based on Quiz Results added * feat: Created profile page - #67 Signed-off-by: A-HK <[email protected]> * feat: Created user profile page - #67 Signed-off-by: A-HK <[email protected]>
* added validation to gynac-form * made email as required input
periodo/package.json
Outdated
"start": "next start", | ||
"prepare": "husky install", | ||
"prettier": "prettier --write */*.{js,css} --ignore-pattern node_modules/", | ||
"lint": "eslint *.js --ignore-pattern node_modules/" |
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.
I think this should be changed(Line 11) so that it fixes the error automatically.
periodo/package.json
Outdated
"start": "next start", | ||
"prepare": "husky install", | ||
"prettier": "prettier --write */*.{js,css} --ignore-pattern node_modules/", | ||
"lint": "eslint *.js --ignore-pattern node_modules/" |
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.
Add a script setup: "npm i && npm run prepare"
.
Also document the changes. That is instead of npm i
the user should run npm run setup
Deployment failed with the following error:
|
@Sukriti-sood |
@Sukriti-sood |
fixes #248
Added precommit features but There is some confusion , I have added husky inside period folder as package.json was inside.