mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Fixed lint script
This commit is contained in:
parent
4d0912e9c7
commit
5bda328145
@ -27,7 +27,7 @@
|
||||
"build": "rimraf material && ts-node -T tools/build --optimize",
|
||||
"build:dirty": "ts-node -T tools/build --dirty",
|
||||
"clean": "rimraf material",
|
||||
"lint": "npm run lint:scss && npm run lint:scss",
|
||||
"lint": "npm run lint:scss && npm run lint:ts",
|
||||
"lint:scss": "stylelint \"src/assets/**/*.scss\"",
|
||||
"lint:ts": "eslint --cache \"src/**/*.ts\"",
|
||||
"start": "ts-node -T tools/build --verbose --dirty --watch"
|
||||
|
Loading…
Reference in New Issue
Block a user