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:
parent
975f830dbb
commit
8b75f8d109
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user