From 5a4910f40488ae5158f1780c35e278faede3dd71 Mon Sep 17 00:00:00 2001 From: Hugo van Rijswijk Date: Mon, 23 Oct 2023 10:25:57 +0200 Subject: [PATCH] chore(build): remove windows temp-dir fix (#2803) * chore(build): remove windows temp-dir fix * Fix build script --- .github/workflows/ci.yml | 6 ------ .github/workflows/update-screenshots.yml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05e6dcac9..cad9a26b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,12 +16,6 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - # https://github.com/ryanclark/karma-webpack/issues/494 - - name: Windows temp dir fix - run: | - echo TEMP="D:\Temp" >> $env:GITHUB_ENV - echo TMP="D:\Temp" >> $env:GITHUB_ENV - if: matrix.os == 'windows-latest' - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/update-screenshots.yml b/.github/workflows/update-screenshots.yml index 43bc1613b..fb24a1955 100644 --- a/.github/workflows/update-screenshots.yml +++ b/.github/workflows/update-screenshots.yml @@ -18,7 +18,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - - run: npm run build + - run: npx nx run-many --target=build - run: npx nx run mutation-testing-elements:test:integration:update - name: Commit run: |