Skip to content

Commit

Permalink
Pass development stage to flutter web build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed May 17, 2022
1 parent 7ceea8a commit 2a6be48
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ class DeployWebAppCommand extends Command {
'build',
'web',
'--release',
'--dart-define=FLUTTER_WEB_USE_SKIA=true'
'--dart-define=FLUTTER_WEB_USE_SKIA=true',
'--dart-define',
'DEVELOPMENT_STAGE=${releaseStage.toUpperCase()}'
],
workingDirectory: _repo.sharezoneFlutterApp.location.path,
);
Expand Down

0 comments on commit 2a6be48

Please sign in to comment.