Skip to content

Commit 7944177

Browse files
committed
fix(mise): build command
1 parent b207b44 commit 7944177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CONTAINER_CMD = "{% if env.CONTAINER_CMD %}{{ env.CONTAINER_CMD }}{% elif os() =
88

99
[tasks.build]
1010
description = "Build the project"
11-
run = "dotnet build --project $PROJECT"
11+
run = "dotnet build $PROJECT"
1212

1313
[tasks.run]
1414
description = "Run the development server"

0 commit comments

Comments
 (0)