Class TaskRunNpmInstall
java.lang.Object
io.jmix.flowui.devserver.frontend.TaskRunNpmInstall
- All Implemented Interfaces:
com.vaadin.flow.server.frontend.FallibleCommand
public class TaskRunNpmInstall
extends Object
implements com.vaadin.flow.server.frontend.FallibleCommand
Run
npm install after dependencies have been updated.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classContainer for npm installation statistics. -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()static TaskRunNpmInstall.StatsReturns timing information for the last operation.
-
Method Details
-
execute
public void execute() throws com.vaadin.flow.server.ExecutionFailedException- Specified by:
executein interfacecom.vaadin.flow.server.frontend.FallibleCommand- Throws:
com.vaadin.flow.server.ExecutionFailedException
-
getLastInstallStats
Returns timing information for the last operation.- Returns:
- timing information
-