feat(regime)
This commit is contained in:
commit
2be7ec6836
62 changed files with 1817 additions and 0 deletions
9
templates/profile/monorepo/root/.regime-template.json
Normal file
9
templates/profile/monorepo/root/.regime-template.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"inherits": [
|
||||
"shared/repo",
|
||||
"shared/package",
|
||||
"tool/oxc",
|
||||
"tool/commitlint",
|
||||
"tool/husky"
|
||||
]
|
||||
}
|
||||
11
templates/profile/monorepo/root/package.json
Normal file
11
templates/profile/monorepo/root/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"workspaces": {
|
||||
"catalog": {
|
||||
"@types/bun": "1.3.12"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "bun run --workspaces --parallel --no-exit-on-error test",
|
||||
"check": "bun run --workspaces --parallel --no-exit-on-error check"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue