mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
feat: add turbo task for test without coverage
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
f29a30d94b
commit
5443510a79
2 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
"lint": "dotenv -- turbo run lint",
|
||||
"format": "dotenv -- turbo run format",
|
||||
"start:dev": "dotenv -- turbo run start:dev",
|
||||
"test:ci": "dotenv -- turbo run test:ci"
|
||||
"test:ci": "dotenv -- turbo run test:ci",
|
||||
"test": "dotenv -- turbo run test"
|
||||
},
|
||||
"packageManager": "yarn@3.6.0",
|
||||
"resolutions": {
|
||||
|
|
|
@ -56,6 +56,8 @@
|
|||
|
||||
"format": {},
|
||||
|
||||
"test": {},
|
||||
|
||||
"test:ci": {},
|
||||
"@hedgedoc/backend#test:ci": {
|
||||
"dependsOn": [
|
||||
|
|
Loading…
Reference in a new issue