-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update repo structure and fix circleci publish job #28
Conversation
@@ -1,807 +0,0 @@ | |||
{ |
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.
package.json
Outdated
@@ -31,7 +29,7 @@ | |||
"commitizen": "^3.0.5", | |||
"cz-conventional-changelog": "^2.1.0", | |||
"ajv": "^6.10.2", | |||
"husky": "^3.0.2", | |||
"husky": "1.3.1", |
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.
@sfsholden I had to downgrade this to an older version because newer versions of husky fail to install when CircleCI install git version 2.11.0. I tried installing a newer version of git while building but that didn't work either. Do you have any suggestions on other things we could try ?
What does this PR do?
This PR restructures the repository in order to fix publishing problems found when running in CircleCI.
schema
folder and its contentsschema
folder to the top levelprepare
andpostinstall
script which used to move the above mentioned filesWhat issues does this PR fix or reference?
@W-8148467@