mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add format script to package.json as running lint can be slow
This commit is contained in:
parent
f574abbf7f
commit
13e9227e78
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
"serve": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"format": "prettier -w --ignore-path .gitignore **/**.{js,vue}",
|
||||
"lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ."
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue