Skip to content

Commit

Permalink
ci(publish): action
Browse files Browse the repository at this point in the history
  • Loading branch information
eunchurn committed Nov 21, 2023
1 parent fd463ed commit e7a2c51
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/builderhub-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"bugs": {
"url": "https://github.com/builderhub-platform/builderhub/issues"
},
"homepage": "https://github.com/builderhub-platform/builderhub#readme"
"homepage": "https://github.com/builderhub-platform/builderhub#readme",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/mui-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@
"react": "^18",
"react-dom": "^18"
},
"prettier": "@builderhub/prettier-config"
"prettier": "@builderhub/prettier-config",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit e7a2c51

Please sign in to comment.