mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 21:42:49 +00:00
refactor: split api into api, api-cli & api-plugin
This commit is contained in:
@@ -55,11 +55,17 @@ const config = {
|
||||
packages: ['**'],
|
||||
pinVersion: 'workspace:*',
|
||||
},
|
||||
{
|
||||
/*{
|
||||
label: 'Packages should be synced to app',
|
||||
dependencies: ['typescript', 'ts-node'],
|
||||
packages: ['**'],
|
||||
snapTo: ['@openstapps/app'],
|
||||
},*/
|
||||
{
|
||||
label: 'App may have some dependency exceptions',
|
||||
dependencies: ['typescript', '@typescript-eslint/**', 'eslint**'],
|
||||
packages: ['@openstapps/app'],
|
||||
isIgnored: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user