From d6f590bf3bfcabf16f30b9cac292ad1246aad498 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 7 Jun 2023 12:34:56 -0400 Subject: [PATCH] Add top-level NPM test script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3f70043fd1..1969215df8 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "docs-install": "npm run _cd:docs -- npm install", "get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}", "serve": "npm run cd:docs serve", + "test": "npm run cd:docs test", "update:pkg:hugo": "npm install --save-exact -D hugo-extended@latest", "update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest" },