File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4
4
// this file should be a duplicate of amplify.production.template except for the CLI_ENV value
5
5
process . env . CLI_ENV = 'development' ;
6
6
7
+ // suppress deprecation warnings
8
+ process . env . AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE = '1' ;
9
+ process [ 'noDeprecation' ] = true ;
10
+
7
11
const startTime = Date . now ( ) ;
8
12
if ( process . pkg ) {
9
13
require ( '../lib/utils/copy-override' ) . copyOverride ( ) ;
Original file line number Diff line number Diff line change 4
4
// this file should be a duplicate of amplify except for the CLI_ENV value
5
5
process . env . CLI_ENV = 'production' ;
6
6
7
+ // suppress deprecation warnings
8
+ process . env . AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE = '1' ;
9
+ process [ 'noDeprecation' ] = true ;
10
+
7
11
const startTime = Date . now ( ) ;
8
12
if ( process . pkg ) {
9
13
require ( '../lib/utils/copy-override' ) . copyOverride ( ) ;
You can’t perform that action at this time.
0 commit comments