1
0
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:
squidfunk 2021-02-26 16:46:14 +01:00
parent 4d0912e9c7
commit 5bda328145

View File

@ -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"