mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix: add lint:fix npm task in root project
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
b42a6629ec
commit
ae9ec95a4e
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue