From 3dba35098a8ec82a0a8635a45baf7272a90b0b16 Mon Sep 17 00:00:00 2001 From: sharjeelaziz Date: Sun, 4 Jul 2021 20:36:06 -0400 Subject: [PATCH] Fix lint tests on Linux. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 404f11e..8615131 100644 --- a/package.json +++ b/package.json @@ -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",