mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix(turbo): add npm task for test:ci
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
a50ac40ae6
commit
9ba4edce2a
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
"build": "dotenv -- turbo run build",
|
||||
"lint": "dotenv -- turbo run lint",
|
||||
"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"
|
||||
},
|
||||
"packageManager": "yarn@3.4.1",
|
||||
"resolutions": {
|
||||
|
|
Loading…
Reference in a new issue