1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +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": { "scripts": {
"build": "npm run clean && webpack --mode production", "build": "npm run clean && webpack --mode production",
"clean": "rimraf material", "clean": "rimraf material",
"lint": "npm run lint:*", "lint": "npm run lint:scss && npm run lint:ts",
"lint:scss": "stylelint \"src/assets/**/*.scss\"", "lint:scss": "stylelint \"src/assets/**/*.scss\"",
"lint:ts": "eslint --cache \"src/**/*.ts\"", "lint:ts": "eslint --cache \"src/**/*.ts\"",
"start": "webpack --mode development --watch" "start": "webpack --mode development --watch"