Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve monorepo builds #457

Merged
merged 18 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"header-max-length": [2, "always", 50]
"header-max-length": [2, "always", 72]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

그냥 이참에 commitlint 최대자 제한을 72자로 늘렸어요

72자가 recommended length더라고요
https://github.com/conventional-changelog/commitlint/blob/master/docs/reference-rules.md

}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.7",
"tsconfig-paths": "^4.1.2"
"tsconfig-paths": "^4.2.0"
}
}
2 changes: 2 additions & 0 deletions packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"main": "dist/index.js",
"types": "src/index.ts",
"devDependencies": {
"concurrently": "^8.2.2",
"tsc-alias": "^1.8.7",
"zod": "^3.21.4"
},
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"zustand": "^4.3.2"
},
"devDependencies": {
"@biseo/interface": "*",
"@biseo/interface": "workspace:*",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.13",
"vite": "^4.0.0",
"vite-plugin-svgr": "^3.2.0"
"vite": "^5.0.0",
"vite-plugin-svgr": "^4.2.0"
}
}
Loading