Skip to content

Commit

Permalink
test proj cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jand42 committed Mar 28, 2024
1 parent 7957e8b commit fa3f10f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Target Name="EnsureNodeModulesInstalled" BeforeTargets="Build">
<Exec Command="npm install" />
</Target>
<Target Name="RollupBundle" AfterTargets="WebSharperCompile">
<Target Name="ESBuildBundle" AfterTargets="WebSharperCompile">
<Exec Command="node ./esbuild.config.mjs" />
</Target>
<Import Project="..\..\msbuild\WebSharper.CSharp.Internal.targets" />
Expand Down
3 changes: 0 additions & 3 deletions tests/Web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"scripts": {
"bundle": "esbuild wwwroot/Scripts/WebSharper/Web/root.js --bundle --outfile=wwwroot/Scripts/WebSharper/bundle.js --minify --format=iife --global-name=wsbundle"
},
"devDependencies": {
"esbuild": "^0.19.9"
}
Expand Down

0 comments on commit fa3f10f

Please sign in to comment.