madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

Is it possible to distinguish between "build" and "publish"? #95

Open matthew-dean opened 10 months ago

matthew-dean commented 10 months ago

During development, I'd like to run webpack in watch / development mode.

During publishing, I'd like to run webpack as a pre-build step.

However, it looks like there's only bindings for "Before Build". Is it possible to change this?