Skip to content

Commit

Permalink
Revert cspell command to its previous state
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-VBFK committed Jan 6, 2023
1 parent 9609f32 commit 31be653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class Build : NukeBuild
.Executes(() =>
{
Node($"{YarnCli} install --silent", workingDirectory: RootDirectory);
Node($"{YarnCli} run cspell --no-summary", workingDirectory: RootDirectory,
Node($"{YarnCli} --silent run cspell --no-summary", workingDirectory: RootDirectory,
customLogger: (_, msg) => Error(msg));
});
bool IsTag => BranchSpec != null && BranchSpec.Contains("refs/tags", StringComparison.InvariantCultureIgnoreCase);
Expand Down

0 comments on commit 31be653

Please sign in to comment.