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
Bug in web-ext using a package.json configfile in the same directory. This line causes the issue and errors out with the message "channel" has not defined a type "sign": { "channel": "unlisted" } This is caused by missing " type: 'string' " on line 617 https://github.com/mozilla/web-ext/blob/ca73b70611971cdde22467abc5a7bdd530fa69f8/src/program.js
The text was updated successfully, but these errors were encountered:
fix: Add missing type for channel parameter (mozilla#2546)
def35d4
fix: Add missing type for channel parameter (#2546) (#2570)
6356fa9
Successfully merging a pull request may close this issue.
Bug in web-ext using a package.json configfile in the same directory.
This line causes the issue and errors out with the message "channel" has not defined a type
"sign": {
"channel": "unlisted"
}
This is caused by missing " type: 'string' " on line 617
https://github.com/mozilla/web-ext/blob/ca73b70611971cdde22467abc5a7bdd530fa69f8/src/program.js
The text was updated successfully, but these errors were encountered: