Skip to content

Commit 7a773fe

Browse files
Update 16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md
Co-authored-by: Lee Kelleher <[email protected]>
1 parent ec0c596 commit 7a773fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This command compiles the TypeScript files and copies them over to the output fo
7777
The output files should automatically be copied to the `wwwroot` folder of your Umbraco project. They should also be included in the publish process when you publish your Umbraco project. You can publish your Umbraco project using the following command:
7878

7979
```bash
80-
dotnet publish -c Release
80+
dotnet publish --configuration Release
8181
```
8282

8383
## Publish as a Package

0 commit comments

Comments
 (0)