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 Mar 18, 2024
1 parent e72d413 commit 4309b3e
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 4309b3e

Please sign in to comment.