Skip to content

Commit

Permalink
refactor: 更新脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Feb 12, 2024
1 parent bfb9151 commit f1dcc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rm -rf $sourceDir/WebAssembly/BootstrapBlazorApp.WebAssembly/obj

\cp -rf $sourceDir/Auto/BootstrapBlazorApp/ $targetDir/auto/BootstrapBlazorApp/
\cp -rf $sourceDir/Auto/BootstrapBlazorApp.Client/ $targetDir/auto/BootstrapBlazorApp.Client/
\cp $sourceDir/.editorconfig $targetDir/auto
\cp $sourceDir/.editorconfig $targetDir/auto/

\cp -rf $sourceDir/Server/BootstrapBlazorApp.Server/ $targetDir/server/BootstrapBlazorApp.Server/
\cp $sourceDir/.editorconfig $targetDir/server/
Expand Down

0 comments on commit f1dcc95

Please sign in to comment.