feat(regime)
This commit is contained in:
commit
655175f273
36 changed files with 1066 additions and 0 deletions
6
templates/monorepo-root/.regime-template.json
Normal file
6
templates/monorepo-root/.regime-template.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"inherits": [
|
||||
"shared",
|
||||
"repo"
|
||||
]
|
||||
}
|
||||
11
templates/monorepo-root/package.json
Normal file
11
templates/monorepo-root/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"workspaces": {
|
||||
"catalog": {
|
||||
"@types/bun": "1.3.11"
|
||||
}
|
||||
},
|
||||
"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