Skip to content

Commit

Permalink
Verify an entry point before publishing packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Oct 17, 2023
1 parent 70d7593 commit 31042bf
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 31042bf

Please sign in to comment.