Include web-library and node-library as target package roles
Signed-off-by: Harrison Hogg <hhogg@spotify.com>
This commit is contained in:
@@ -27,12 +27,12 @@ describe('features', () => {
|
||||
'backend-plugin-module': true,
|
||||
'frontend-plugin': true,
|
||||
'frontend-plugin-module': true,
|
||||
'web-library': true,
|
||||
'node-library': true,
|
||||
// Disallowed
|
||||
frontend: false,
|
||||
backend: false,
|
||||
cli: false,
|
||||
'web-library': false,
|
||||
'node-library': false,
|
||||
'common-library': false,
|
||||
};
|
||||
|
||||
|
||||
@@ -30,6 +30,8 @@ const targetPackageRoles: PackageRole[] = [
|
||||
'backend-plugin-module',
|
||||
'frontend-plugin',
|
||||
'frontend-plugin-module',
|
||||
'web-library',
|
||||
'node-library',
|
||||
];
|
||||
|
||||
// A list of the feature types we want to extract from the project
|
||||
|
||||
Reference in New Issue
Block a user