Skip to content

Commit

Permalink
Run elm make with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
morrna committed Nov 10, 2024
1 parent 3cb5e4c commit 3b74f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: mkdir -p dist && cp -r public/* dist/

- name: Build
run: elm make src/Main.elm --output=dist/fractal-play.js
run: npx elm make src/Main.elm --output=dist/fractal-play.js

- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3b74f61

Please sign in to comment.