From 108ef5ccc1601058e127fa656b54d4f00dd319ab Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Mon, 14 Aug 2023 13:03:49 -0700 Subject: [PATCH] update --- docs/releasing.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/releasing.md b/docs/releasing.md index 31106f83694b..af81116b15c6 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -61,10 +61,6 @@ cd ../lighthouse-pristine yarn yarn build-all -# Confirm DevTools integration will work: Do some manual testing on a number of sites. -yarn test-devtools -yarn open-devtools - # Leave pristine folder. cd ../lighthouse ```