From 01bf4e2eedd1735353bd4cbba3f8b01c2e775981 Mon Sep 17 00:00:00 2001 From: Anna Beddow Date: Tue, 7 Jan 2025 14:33:31 +0000 Subject: [PATCH] remove AMP make command --- dotcom-rendering/makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dotcom-rendering/makefile b/dotcom-rendering/makefile index 184ba1dcfc..c33d4623ff 100644 --- a/dotcom-rendering/makefile +++ b/dotcom-rendering/makefile @@ -82,13 +82,6 @@ playwright-open: clear clean-dist install build $(call log, "starting DEV server and opening Playwright UI") @pnpm playwright:open -# AMP validation has been temporarly turned off whilst we trial removing AMP pages. -# If AMP is permanently removed, this check should be deleted. - -# ampValidation: clean-dist install -# $(call log, "starting AMP Validation test") -# @node scripts/test/amp-validation.js - buildCheck: $(call log, "checking build files") @node ./scripts/test/build-check.js