-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
[FEATURE REQUEST]: Add Husky #1
Comments
hey @rajdip-b, i want to work on this feature |
@Abbhiishek here you go! |
While doing
|
That looks odd. I'll try this once on windows and lyk. |
Hey @Abbhiishek, I ran it and couldn't find any issues. Mind telling me what command gave you the stack trace error? Also, what's the current RAM on your device?
This was fixed by removing the |
hey @rajdip-b, |
Great to hear! Please do let us know in here if you face any other issues! |
hey @rajdip-b i have made the initial setup for husky ... need some insight on the scripts we need to run for precommit. Looking at the package.json file : "lint": "nx run-many -t lint --parallel",
"lint:api": "nx run api:lint",
"lint:web": "nx run web:lint",
"lint:workspace": "nx run workspace:lint",
"lint:cli": "nx run cli:lint",
"lint:sdk-node": "nx run sdk-js:lint",
"lint:fix": "nx run-many -t lint --fix --parallel", I suppose we need to run lint and lint:fix for every commit right? |
I tried running pnpm lint:fix and here are the insights
View structured, searchable error logs at https://nx.app/runs/ecSS0oBnCJ It successfully run over these apps |
yeah there are some issues with rust currently. i would suggest you make the |
Hey @Abbhiishek, how is the progress going |
Hey @kriptonian1 i have raise a PR! |
🎉 This issue has been resolved in version 1.0.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Is your feature request related to a problem? Please describe.
Add Husky to the project to make pre-commit validations
Describe the solution you'd like
The pre-commit should do the following:
The text was updated successfully, but these errors were encountered: