fix(turbo): add npm task for test:ci

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-02-12 14:46:42 +01:00
parent a50ac40ae6
commit 9ba4edce2a

View file

@ -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": {