@Internal public static interface ICommandHooks.Jsii$Default extends ICommandHooks
ICommandHooks.ICommandHooks.Jsii$Default, ICommandHooks.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default List<String> |
afterBundling(String inputDir,
String outputDir)
(experimental) Returns commands to run after bundling.
|
default List<String> |
beforeBundling(String inputDir,
String outputDir)
(experimental) Returns commands to run before bundling.
|
default List<String> |
beforeInstall(String inputDir,
String outputDir)
(experimental) Returns commands to run before installing node modules.
|
@Stability(value=Experimental) @NotNull default List<String> afterBundling(@NotNull String inputDir, @NotNull String outputDir)
Commands are chained with &&.
afterBundling in interface ICommandHooksinputDir - This parameter is required.outputDir - This parameter is required.@Stability(value=Experimental) @NotNull default List<String> beforeBundling(@NotNull String inputDir, @NotNull String outputDir)
Commands are chained with &&.
beforeBundling in interface ICommandHooksinputDir - This parameter is required.outputDir - This parameter is required.@Stability(value=Experimental) @NotNull default List<String> beforeInstall(@NotNull String inputDir, @NotNull String outputDir)
This hook only runs when node modules are installed.
Commands are chained with &&.
beforeInstall in interface ICommandHooksinputDir - This parameter is required.outputDir - This parameter is required.Copyright © 2021. All rights reserved.