Skip to content

Commit

Permalink
Update build tasks to use wasmJs for web app in auto-merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakgun committed Nov 15, 2024
1 parent ab7af80 commit 43c8ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: '11'

- name: Build Web Application
run: ./gradlew :composeApp:wasmBrowserDevelopmentExecutableDistribution
run: ./gradlew :composeApp:wasmJsBrowserDevelopmentExecutableDistribution

- name: Build Desktop Application
run: ./gradlew :composeApp:packageDistributionForCurrentOS
Expand Down

0 comments on commit 43c8ab3

Please sign in to comment.