diff --git a/.github/workflows/frontendCICD.yml b/.github/workflows/frontendCICD.yml index 0daa553..1b6c02d 100644 --- a/.github/workflows/frontendCICD.yml +++ b/.github/workflows/frontendCICD.yml @@ -34,8 +34,8 @@ jobs: - name: build working-directory: ./fe run: | - npm ci - npm run build --if-present + npm install + npm build npm test - name: S3 Deploy