File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,10 +63,9 @@ Thats awesome! There are many ways you can contribute to the Feliz project:
6363
6464Feliz uses a f# build project to run common tasks such as testing. You can find the entrypoint for the build project under ` ./build/Build.fsproj` .
6565
66- :::info
67- - ** On Windows** you can also use ` .\b uild.cmd` to run the build tasks instead of ` dotnet run --project ./build/Build.fsproj` .
68- - ** On MacOS/Linux** you can also use ` ./build.sh` to run the build tasks instead of ` dotnet run --project ./build/Build.fsproj` .
69- :::
66+ > [! TIP]
67+ > ** On Windows** you can also use ` .\b uild.cmd` to run the build tasks instead of ` dotnet run --project ./build/Build.fsproj` .
68+ > ** On MacOS/Linux** you can also use ` ./build.sh` to run the build tasks instead of ` dotnet run --project ./build/Build.fsproj` .
7069
7170# # Testing
7271
You can’t perform that action at this time.
0 commit comments