Skip to content

Commit

Permalink
remove AMP make command
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Jan 7, 2025
1 parent 24be468 commit 01bf4e2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dotcom-rendering/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01bf4e2

Please sign in to comment.