diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index b69a7bd..35c7b15 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -28,5 +28,4 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ env.node-version }} - - run: npm install - - run: npm build \ No newline at end of file + - run: npm install \ No newline at end of file diff --git a/.github/workflows/pushImage.yml b/.github/workflows/pushImage.yml index e3a2748..7a970be 100644 --- a/.github/workflows/pushImage.yml +++ b/.github/workflows/pushImage.yml @@ -28,7 +28,6 @@ jobs: with: node-version: ${{ env.node-version }} - run: npm install - - run: npm build imageBuild: needs: build @@ -69,7 +68,6 @@ jobs: echo BUILD_VERSION is ${{ env.BUILD_VERSION }} - run: npm install - - run: npm build - name: Build, tag and push Docker image to AWS ECR env: