We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CozyPublish allows only two types of app : webapp or konnector. We should check if the field type in manifest matches one of those two values, as it has been done here https://github.com/cozy/cozy-libs/blob/master/packages/cozy-app-publish/lib/prepublish.js#L51.
webapp
konnector
type
Maybe share the validation code in a new library cozy-validation is a good start.
cozy-validation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CozyPublish allows only two types of app :
webapp
orkonnector
. We should check if the fieldtype
in manifest matches one of those two values, as it has been done here https://github.com/cozy/cozy-libs/blob/master/packages/cozy-app-publish/lib/prepublish.js#L51.Maybe share the validation code in a new library
cozy-validation
is a good start.The text was updated successfully, but these errors were encountered: