Skip to content

Commit

Permalink
Update CI to generate the right sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Nov 25, 2023
1 parent 7fb9987 commit 4f70804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Generate sourcemap for LSP
shell: bash
run: rojo sourcemap dev.project.json -o sourcemap.json
run: rojo sourcemap tests.project.json -o sourcemap.json

- name: Analyze
shell: bash
Expand Down

0 comments on commit 4f70804

Please sign in to comment.