Skip to content

Commit

Permalink
fix: release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongnd-ahiho committed Feb 5, 2024
1 parent 7f78d8f commit ff52fb5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/commitlint-config/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
[
"@semantic-release/npm",
{
npmPublish: true,
npmPublish: false,
pkgRoot: srcRoot,
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ecmascript/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
[
"@semantic-release/npm",
{
npmPublish: true,
npmPublish: false,
pkgRoot: srcRoot,
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
[
"@semantic-release/npm",
{
npmPublish: true,
npmPublish: false,
pkgRoot: srcRoot,
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
[
"@semantic-release/npm",
{
npmPublish: true,
npmPublish: false,
pkgRoot: srcRoot,
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
[
"@semantic-release/npm",
{
npmPublish: true,
npmPublish: false,
pkgRoot: srcRoot,
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
[
"@semantic-release/npm",
{
npmPublish: true,
npmPublish: false,
pkgRoot: srcRoot,
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
[
"@semantic-release/npm",
{
npmPublish: true,
npmPublish: false,
pkgRoot: srcRoot,
},
],
Expand Down

0 comments on commit ff52fb5

Please sign in to comment.