From 7ec3b0d1f20625d6468f3af01b17e829fc39803d Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 15 Nov 2024 11:25:42 -0500 Subject: [PATCH] [CI] Restore format check as a part of `npm test` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76d3d2f152..68eb22b427 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "postinstall": "npm run _mkdir:hugo-mod", "serve": "npm run cd:docs serve", "test:all": "npm run ci:prepare && npm run check && npm run cd:docs test && npm run ci:post", - "test": "npm run cd:docs test", + "test": "npm run check && npm run cd:docs test", "update:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest", "update:hugo": "npm install --save-exact -D hugo-extended@latest", "update:pkgs": "npx npm-check-updates -u && npm run cd:docs update:pkgs"