mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Default buildMode to development for meteor run command.
Another attempt to fix {debug,prod}Only package self-test failures:
https://circleci.com/gh/meteor/meteor/19960
This commit is contained in:
@@ -422,7 +422,7 @@ function doRunCommand(options) {
|
||||
settingsFile: options.settings,
|
||||
buildOptions: {
|
||||
minifyMode: options.production ? 'production' : 'development',
|
||||
buildMode: options.production && 'production',
|
||||
buildMode: options.production ? 'production' : 'development',
|
||||
webArchs: webArchs
|
||||
},
|
||||
rootUrl: process.env.ROOT_URL,
|
||||
|
||||
Reference in New Issue
Block a user