From a4f79d6b56f0f0178eec99ff0bd8ae32a9cddf44 Mon Sep 17 00:00:00 2001 From: sangeetha-nayak Date: Mon, 30 Oct 2023 15:47:54 +0530 Subject: [PATCH] build step --- .github/workflows/sample-test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sample-test.yml b/.github/workflows/sample-test.yml index 54f11803..40e8a8c2 100644 --- a/.github/workflows/sample-test.yml +++ b/.github/workflows/sample-test.yml @@ -109,8 +109,12 @@ jobs: - name: View modified files run: cat package.json composer.json - # - name: Build JavaScript - # run: npm run build + - name: Build JavaScript in module + working-directory: ./modules/${{ github.repository }} + run: npm run build + + - name: Build JavaScript in plugin + run: npm run build - name: Prepare files