File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -304,18 +304,19 @@ class ServerlessReact {
304
304
305
305
console . log ( "!!! targetOptions" , targetOptions ) ;
306
306
307
- const scheduleTargetRun = await architect . scheduleTarget ( {
308
- project : projectName ,
309
- target : "build" ,
310
- } ) ;
307
+ // const scheduleTargetRun = await architect.scheduleTarget({
308
+ // project: projectName,
309
+ // target: "build",
310
+ // });
311
311
312
- console . log ( "!!! scheduleTargetRun" , scheduleTargetRun ) ;
313
- const scheduleTargetLastOutput = await scheduleTargetRun . lastOutput ;
314
- console . log ( "!!! scheduleTargetLastOutput" , scheduleTargetLastOutput ) ;
312
+ // console.log("!!! scheduleTargetRun", scheduleTargetRun);
313
+ // const scheduleTargetLastOutput = await scheduleTargetRun.lastOutput;
314
+ // console.log("!!! scheduleTargetLastOutput", scheduleTargetLastOutput);
315
315
316
316
const scheduleBuilderRun = await architect . scheduleBuilder (
317
317
buildTarget . builder ,
318
- targetOptions
318
+ targetOptions ,
319
+ JSON . parse ( JSON . stringify ( { target : projectName } ) ) // skip type checking
319
320
) ;
320
321
321
322
console . log ( "!!! scheduleBuilderRun" , scheduleBuilderRun ) ;
You can’t perform that action at this time.
0 commit comments