Skip to content

Commit

Permalink
Update pkg/cli/cli_impl.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Damevin <ia3andy@gmail.com>
  • Loading branch information
edewit and ia3andy committed Dec 21, 2023
1 parent 3f9a906 commit 8f7f8aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cli/cli_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,6 @@ func runImpl(osArgs []string, plugins []api.Plugin) int {
}

buildOptions.Plugins = plugins
// buildOptions.Plugins = append(buildOptions.Plugins, scssPlugin)
// Handle post-build actions with a plugin so they also work in watch mode
buildOptions.Plugins = append(buildOptions.Plugins, api.Plugin{
Name: "PostBuildActions",
Expand Down

0 comments on commit 8f7f8aa

Please sign in to comment.