We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803668f commit 7b39078Copy full SHA for 7b39078
test/npm-support.ts
@@ -144,6 +144,7 @@ function setupProject(): IFuture<any> {
144
prepareProject: () => Future.fromResult(),
145
prepareAppResources: () => Future.fromResult(),
146
afterPrepareAllPlugins: () => Future.fromResult(),
147
+ beforePrepareAllPlugins: () => Future.fromResult(),
148
getAppResourcesDestinationDirectoryPath: () => Future.fromResult(""),
149
processConfigurationFilesFromAppResources: () => Future.fromResult(),
150
ensureConfigurationFileInAppResources: () => Future.fromResult(),
0 commit comments