From e02b48936478cf3c80a0e15fde11b86ed944ea08 Mon Sep 17 00:00:00 2001 From: "Md. Alimuzzaman Alim" Date: Thu, 5 Sep 2024 18:28:09 +0600 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 09f730a5..19c5a971 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,6 +14,8 @@ jobs: node-version: '14' - name: Running NPM Install run: npm install + - name: Delete WordPress Compose node_modules + run: rm -rf ./node_modules/@wordpress/compose/node_modules - name: Delete WordPress Scripts node_modules run: rm -rf ./node_modules/@wordpress/scripts/node_modules - name: Running NPM Build