Skip to content

Commit

Permalink
fix windows web build (build elm.js) (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling authored Apr 15, 2020
1 parent acdc99f commit 4a8f7f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
if: matrix.mode == 'Release'
run: |
cd .\ui\web
.\node_modules\elm\binwrappers\elm-make --yes src\Main.elm --output elm.js
move .\node_modules\elm\binwrappers\elm-make .\elm-make
elm-make --yes src\Main.elm --output elm.js
Remove-Item -Recurse -Force .\node_modules
- name: Create Distribution
Expand Down

0 comments on commit 4a8f7f2

Please # to comment.