mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-11 01:00:07 +09:00
chore: fix lint command for windows
This commit is contained in:
parent
fd13173eaf
commit
c2cae877ce
@ -3,7 +3,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "webpack --watch",
|
"watch": "webpack --watch",
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"lint": "eslint --quiet 'src/**/*.{ts,vue}'"
|
"lint": "eslint --quiet \"src/**/*.{ts,vue}\""
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"chokidar": "^3.3.1",
|
"chokidar": "^3.3.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user