From 68eed36b031c193094243857059dfa795a81b5fd Mon Sep 17 00:00:00 2001 From: Mridankan Mandal Date: Thu, 16 Jul 2026 02:11:15 +0530 Subject: [PATCH] Fix Windows lint script portability Signed-off-by: Mridankan Mandal --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f96317c6..ec072886 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "main": "index.js", "scripts": { - "lint": "eslint . ; remark --no-stdout --frail .", + "lint": "eslint . && remark --no-stdout --frail .", "build": "remark --rc-path specs/.remarkrc-build.js --output web/", "build-ietf": "docker-compose run --rm build", "test": "vitest run --config=vitest-schema.config.js",