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",