fix: add lint:fix npm task in root project

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-07-16 10:40:24 +02:00
parent b42a6629ec
commit ae9ec95a4e

View file

@ -12,6 +12,7 @@
"scripts": {
"build": "dotenv -- turbo run build",
"lint": "dotenv -- turbo run lint",
"lint:fix": "dotenv -- turbo run lint:fix",
"format": "dotenv -- turbo run format",
"start:dev": "dotenv -- turbo run start:dev",
"start": "dotenv -- turbo run start",