We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0929b19 commit fb9c774Copy full SHA for fb9c774
lib/verify.js
@@ -61,7 +61,7 @@ export default async (pluginConfig, context) => {
61
.filter(([option, value]) => !isValid(option, value))
62
.map(([option, value]) => getError(`EINVALID${option.toUpperCase()}`, { [option]: value }));
63
64
- // Validate generic package labels
+ // Validate generic package labels with specific error codes
65
if (options.assets && Array.isArray(options.assets)) {
66
options.assets.forEach((asset) => {
67
if (isPlainObject(asset) && asset.target === "generic_package" && asset.label) {
0 commit comments