Skip to content

Commit

Permalink
ci: buildwith sourcemaps - for coverage and debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Dec 19, 2024
1 parent 3b6e7d7 commit 4ee0973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ee0973

Please sign in to comment.