From d19db89866af5e7dd3832a114f5e030302636814 Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Thu, 26 Dec 2024 16:25:04 -0800 Subject: [PATCH] clean up scripts --- .github/scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 784c66a7e43..ac629468727 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -3,7 +3,7 @@ "private": true, "description": "tests for script", "scripts": { - "test": "mocha close-invalid-link.test.cjs", + "test": "mocha close-invalid-link.test.cjs" }, "author": "Google Inc.", "license": "Apache-2.0",