From b222143cf72596c97c31cc2e8ed99df930d93fb0 Mon Sep 17 00:00:00 2001 From: David Paul Ellenwood Date: Thu, 21 Dec 2023 13:44:50 -0600 Subject: [PATCH] Put back server lint action as it is used. (Duh!) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b8ce83a5..150c4fdd 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "create-block": "cd \"$npm_package_config_coreThemeBlocksDir/tribe\" && npx @wordpress/create-block --no-plugin --namespace tribe", "packages-update": "wp-scripts packages-update", "check-engines": "wp-scripts check-engines", - "check-licenses": "wp-scripts check-licenses" + "check-licenses": "wp-scripts check-licenses", + "server-lint": "npm run lint:js && npm run lint:css && npm run lint:configs && npm run lint:pkg-json" } }