Skip to content

Commit

Permalink
Merge pull request #15191 from ckeditor/ck/15127-main-field-validator
Browse files Browse the repository at this point in the history
Internal: Verify if packages define an entry point before publishing a new release. See #15127.
  • Loading branch information
pomek authored Oct 19, 2023
2 parents 42f71ae + 31042bf commit fea4f07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/release/publishpackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ const tasks = new Listr( [
// Like in defaults, this package does not define features.
'ckeditor5-metadata.json'
]
}
},
requireEntryPoint: true,
optionalEntryPointPackages: [
'ckeditor5'
]
} );
},
retry: 3
Expand Down

0 comments on commit fea4f07

Please sign in to comment.