Skip to content

Commit

Permalink
fix: missing module releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Jan 22, 2024
1 parent 312af05 commit 0ec70ba
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/spacecat-shared-data-access/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/spacecat-shared-dynamo/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/spacecat-shared-example/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/spacecat-shared-http-utils/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/spacecat-shared-rum-api-client/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/spacecat-shared-utils/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};

0 comments on commit 0ec70ba

Please sign in to comment.