mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
Add codestyle-check npm script
This commit is contained in:
parent
f41919c3e3
commit
2e621c46b9
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"format": "prettier --write \"./{backend,dashboard}/**/*.ts\"",
|
||||
"lint": "tslint"
|
||||
"lint": "tslint",
|
||||
"codestyle-check": "prettier --check \"./{backend,dashboard}/**/*.ts\""
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue