File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
packages/amplify_core/lib Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export 'src/node/os.dart' hide OperatingSystem;
3030export 'src/node/process.dart' hide Process;
3131export 'src/os.dart' ;
3232
33+ /// TMP to trigger actions
3334/// Wraps a GitHub action entrypoint to better handle errors and map
3435/// JS stack traces to Dart stack traces.
3536Future <void > wrapMain (Future <void > Function () mainFn) async {
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import 'package:path/path.dart' as p;
1818/// 2. Run `npm create amplify@latest -y` in the backend directory to create the backend
1919/// 3. Add the backend to a category or create a new category
2020/// 4. Run `dart tool/deploy_gen2.dart` to deploy the backend
21+ /// // TMP to trigger actions
2122const List <AmplifyBackendGroup > infraConfig = [
2223 AmplifyBackendGroup (
2324 category: Category .api,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import {
1111import { env } from "./common" ;
1212import { GitHubStack } from "./github/github" ;
1313
14+ // TMP to trigger actions
1415export class AmplifyFlutterIntegStack extends cdk . Stack {
1516 constructor ( scope : Construct , id : string , props ?: cdk . StackProps ) {
1617 super ( scope , id , props ) ;
Original file line number Diff line number Diff line change @@ -133,4 +133,5 @@ set Amplify(AmplifyClass amplifyClass) {
133133 AmplifyClass .instance = amplifyClass;
134134}
135135
136+ // TMP to trigger actions
136137// ignore_for_file: non_constant_identifier_names
You can’t perform that action at this time.
0 commit comments