From 4ee09733956ae92746280b61e203e9c0f131553d Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 19 Dec 2024 13:15:37 +0100 Subject: [PATCH] ci: buildwith sourcemaps - for coverage and debugging Signed-off-by: Jan Kowalleck --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ae2a715a..01807ef0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -42,7 +42,7 @@ jobs: - name: setup project run: npm i --ignore-scripts - name: build ${{ matrix.target }} - run: npm run build + run: npm run build-dev - name: artifact build result # see https://github.com/actions/upload-artifact uses: actions/upload-artifact@v4