From df88d7322bed319367435e8c6027a9244ad3606c Mon Sep 17 00:00:00 2001 From: Olha Danylevska Date: Mon, 29 Jan 2024 13:38:30 +0000 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6902e0abfc..e875ccfa67 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,10 +24,7 @@ jobs: - name: Create build directory in client run: mkdir -p client/build - - name: Copy client JSON file - run: cp client/package.json client/build/package.json - - - name: Debug + - name: Debug run: | ls -la npm run build