1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Fixed linter scripts

This commit is contained in:
squidfunk 2021-02-07 18:10:52 +01:00
parent 975f830dbb
commit 8b75f8d109

View File

@ -26,7 +26,7 @@
"scripts": {
"build": "npm run clean && webpack --mode production",
"clean": "rimraf material",
"lint": "npm run lint:*",
"lint": "npm run lint:scss && npm run lint:ts",
"lint:scss": "stylelint \"src/assets/**/*.scss\"",
"lint:ts": "eslint --cache \"src/**/*.ts\"",
"start": "webpack --mode development --watch"