mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-04-22 19:02:16 +00:00
Added yarn lint
command
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
fae35f8dc2
commit
d56dc9d034
@ -8,7 +8,8 @@
|
||||
"export": "next export && node export.js && yarn move_next",
|
||||
"start": "next start",
|
||||
"move_next": "mv out/_next out/assets",
|
||||
"serve": "serve out"
|
||||
"serve": "serve out",
|
||||
"lint": "tslint -c tslint.json --project tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@zeit/next-stylus": "^1.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user