mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Correct npm run lint command line
This commit is contained in:
parent
9f5a2d57df
commit
21cc4cba9a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
"reskindex": "reskindex -h header",
|
||||
"build": "babel src -d lib --source-maps",
|
||||
"start": "babel src -w -d lib --source-maps",
|
||||
"lint": "eslint",
|
||||
"lint": "eslint src/",
|
||||
"lintall": "eslint src/ test/",
|
||||
"clean": "rimraf lib",
|
||||
"prepublish": "npm run build && git rev-parse HEAD > git-revision.txt",
|
||||
|
|
Loading…
Reference in a new issue