From 92506814691c9c8d566211e5871097edb0f9209d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Sun, 10 Mar 2024 17:40:54 +0100 Subject: [PATCH] Fixed --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d7e843..d0d3424 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Build the app run: npm ci | - cp .env.example .env + cp .env.example .env | npm run build - name: Start the application run: npm run start &