mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -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",
|
"lint": "dotenv -- turbo run lint",
|
||||||
"format": "dotenv -- turbo run format",
|
"format": "dotenv -- turbo run format",
|
||||||
"start:dev": "dotenv -- turbo run start:dev",
|
"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",
|
"packageManager": "yarn@3.6.0",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|
|
@ -56,6 +56,8 @@
|
||||||
|
|
||||||
"format": {},
|
"format": {},
|
||||||
|
|
||||||
|
"test": {},
|
||||||
|
|
||||||
"test:ci": {},
|
"test:ci": {},
|
||||||
"@hedgedoc/backend#test:ci": {
|
"@hedgedoc/backend#test:ci": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
|
|
Loading…
Reference in a new issue