From 27c013e100f812d8df30ca981daafe91a3096125 Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Thu, 7 Mar 2024 17:28:11 +0400 Subject: [PATCH] chore(SLB-261): typo --- .github/workflows/high_content_volume.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/high_content_volume.yml b/.github/workflows/high_content_volume.yml index 2accff98f..50edc2181 100644 --- a/.github/workflows/high_content_volume.yml +++ b/.github/workflows/high_content_volume.yml @@ -29,7 +29,7 @@ jobs: TURBO_TEAM: 'local' - name: 'Drupal: Start' - run: pnpm --filter "@custom/cms" drush start & + run: pnpm --filter "@custom/cms" start & - name: 'Gatsby: Clean' run: pnpm --filter "@custom/website" gatsby clean