Merge branch 'dev' into release/0.2.0
This commit is contained in:
commit
ce06cfc8e2
17 changed files with 495 additions and 12 deletions
|
@ -14,7 +14,8 @@
|
|||
"format-check": "prettier --check src/",
|
||||
"lint": "eslint . --fix",
|
||||
"pretest:unit": "tsx ../docs/api/generate.ts && npm run build",
|
||||
"test:unit": "vitest --run"
|
||||
"test:unit": "vitest --run",
|
||||
"test:coverage": "vitest --run --coverage.enabled true"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mikro-orm/core": "6.4.12",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue