Skip to content

Commit

Permalink
build: fix web run task
Browse files Browse the repository at this point in the history
  • Loading branch information
xfqwdsj committed Jan 20, 2024
1 parent ecd8d5a commit bcdedb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ tasks.register("runWebApp") {
group = "project build"
description = "Run the web app"

dependsOn("versioning", "composeAppwasmJsBrowserDevelopmentRun")
dependsOn("versioning", "composeApp:wasmJsBrowserDevelopmentRun")
}

tasks.register("installReleaseAndroidApp") {
Expand Down

0 comments on commit bcdedb6

Please sign in to comment.