Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
caalador committed Mar 20, 2024
1 parent 3792f92 commit c3a857b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ private void performPackageClean() throws ExecutionFailedException {
.enableNpmFileCleaning(true).withFrontendDirectory(npmFolder)
.withJarFrontendResourcesFolder(getJarFrontendResourcesFolder())
.copyResources(Collections.emptySet())
.withWebpack(npmFolder, npmFolder)
.enablePackagesUpdate(true);
.withWebpack(npmFolder, npmFolder).enablePackagesUpdate(true);
new NodeTasks(options).execute();
}
}

0 comments on commit c3a857b

Please sign in to comment.