mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36: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": {
|
"scripts": {
|
||||||
"build": "dotenv -- turbo run build",
|
"build": "dotenv -- turbo run build",
|
||||||
"lint": "dotenv -- turbo run lint",
|
"lint": "dotenv -- turbo run lint",
|
||||||
|
"lint:fix": "dotenv -- turbo run lint:fix",
|
||||||
"format": "dotenv -- turbo run format",
|
"format": "dotenv -- turbo run format",
|
||||||
"start:dev": "dotenv -- turbo run start:dev",
|
"start:dev": "dotenv -- turbo run start:dev",
|
||||||
"start": "dotenv -- turbo run start",
|
"start": "dotenv -- turbo run start",
|
||||||
|
|
Loading…
Reference in a new issue