mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 01:36:22 +00:00
feat: docker publishing
This commit is contained in:
@@ -36,19 +36,6 @@ const config = {
|
||||
packages: ['@openstapps/es-mapping-generator'],
|
||||
isIgnored: true,
|
||||
},
|
||||
/*{
|
||||
label: 'App Special Dependencies',
|
||||
dependencies: ['typescript'],
|
||||
packages: ['@openstapps/app'],
|
||||
isIgnored: true,
|
||||
},*/
|
||||
{
|
||||
label: 'Should have the same version',
|
||||
dependencies: ['**'],
|
||||
dependencyTypes: ['workspace'],
|
||||
packages: ['**'],
|
||||
pinVersion: '3.0.0',
|
||||
},
|
||||
{
|
||||
label: 'Packages should use workspace version',
|
||||
dependencies: ['@openstapps/**'],
|
||||
@@ -56,12 +43,6 @@ 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**'],
|
||||
|
||||
Reference in New Issue
Block a user