Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit

Permalink
fix: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Jun 21, 2023
1 parent ac12851 commit 9996592
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,23 @@ module.exports = {
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/github',
['@semantic-release/npm', { pkgRoot: 'api-auth' }],
['@semantic-release/npm', { pkgRoot: 'api-db-entities' }],
['@semantic-release/npm', { pkgRoot: 'api-http-executions' }],
['@semantic-release/npm', { pkgRoot: 'api-http-org-and-workspace' }],
['@semantic-release/npm', { pkgRoot: 'api-http-ping' }],
['@semantic-release/npm', { pkgRoot: 'api-http-report-client-error' }],
['@semantic-release/npm', { pkgRoot: 'api-http-runs' }],
['@semantic-release/npm', { pkgRoot: 'api-http-save-metrics' }],
['@semantic-release/npm', { pkgRoot: 'api-http-stats' }],
['@semantic-release/npm', { pkgRoot: 'api-models' }],
['@semantic-release/npm', { pkgRoot: 'api-stats' }],
['@semantic-release/npm', { pkgRoot: 'api-storage' }],
['@semantic-release/npm', { pkgRoot: './dist/libs/api-auth' }],
['@semantic-release/npm', { pkgRoot: './dist/libs/api-db-entities' }],
['@semantic-release/npm', { pkgRoot: './dist/libs/api-http-executions' }],
[
'@semantic-release/npm',
{ pkgRoot: './dist/libs/api-http-org-and-workspace' },
],
['@semantic-release/npm', { pkgRoot: './dist/libs/api-http-ping' }],
[
'@semantic-release/npm',
{ pkgRoot: './dist/libs/api-http-report-client-error' },
],
['@semantic-release/npm', { pkgRoot: './dist/libs/api-http-runs' }],
['@semantic-release/npm', { pkgRoot: './dist/libs/api-http-save-metrics' }],
['@semantic-release/npm', { pkgRoot: './dist/libs/api-http-stats' }],
['@semantic-release/npm', { pkgRoot: './dist/libs/api-models' }],
['@semantic-release/npm', { pkgRoot: './dist/libs/api-stats' }],
['@semantic-release/npm', { pkgRoot: './dist/libs/api-storage' }],
],
};

0 comments on commit 9996592

Please sign in to comment.