Fix lint tests on Linux.

This commit is contained in:
sharjeelaziz 2021-07-04 20:36:06 -04:00
parent 3786625090
commit 3dba35098a
No known key found for this signature in database
GPG Key ID: 868CABF258C2D25D
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"lint": "npm run -s lint:scripts && npm run -s lint:styles && npm run -s lint:markdown",
"lint:scripts": "eslint assets/js config functions",
"lint:styles": "stylelint \"assets/scss/**/*.{css,sass,scss,sss,less}\"",
"lint:markdown": "markdownlint *.md content/**/*.md",
"lint:markdown": "markdownlint \"*.md\" \"content/**/*.md\"",
"server": "exec-bin bin/hugo/hugo server",
"test": "npm run -s lint",
"env": "env",