Skip to content
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

Add pre commit configuration with husky #163

Closed
wants to merge 2 commits into from

Conversation

idobetesh
Copy link
Collaborator

No description provided.

@request-info
Copy link

request-info bot commented Jul 6, 2022

Thanks for opening this PR! We would appreciate it if you could provide us with more info about your PR 🙏

@idobetesh
Copy link
Collaborator Author

Add pre-commit configuration with Husky.
From now on, all commits will trigger Husky and check our code against .prettierrc.json.

@@ -1680,6 +1682,13 @@
"pretty-format": "^27.0.0"
}
},
"node_modules/@types/minimatch": {
"version": "3.0.5",
"resolved": "https://art-bobcat.autodesk.com:443/artifactory/api/npm/autodesk-npm-virtual/@types/minimatch/-/minimatch-3.0.5.tgz",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like dependencies were install with art-bobcat registry which is not available outside of Autodesk's network. Can you please revert changes to package.lock file and try to reinstall dependencies (if you have any new dependencies) with the new npmrc file (added in a previous PR) which specifies the global npm registry.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in this PR ✨

@idobetesh idobetesh closed this Jul 7, 2022
@idobetesh idobetesh deleted the Add_pre_commit_configuration_with_Husky branch July 7, 2022 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants