mirror of
https://github.com/status-im/metro.git
synced 2025-02-11 10:37:05 +00:00
Pass in platform argument in offline building
Summary: how did this ever work? All build jobs must pass in the platform argument. This also turns the "platform" argument into a required one. I added a task to infer the platform argument from the filename here: t8306875 Reviewed By: @martinbigio Differential Revision: D2425114
This commit is contained in:
parent
ef080b699d
commit
68fb275c78
2
react-packager/src/Server/index.js
vendored
2
react-packager/src/Server/index.js
vendored
@ -92,7 +92,7 @@ const bundleOpts = declareOpts({
|
||||
},
|
||||
platform: {
|
||||
type: 'string',
|
||||
required: false,
|
||||
required: true,
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user