config: Let frontend-components set deployment in prod config
This got broken in #696, `deployment` never actually got set during the release build process, and now we default to `apps`. `frontend-components` will automatically do the right thing and set the deployment based on the branch name.
This commit is contained in:
parent
dd6f91c599
commit
ceb7f3ceef
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ const { config: webpackConfig, plugins } = config({
|
|||
rootFolder: resolve(__dirname, '../'),
|
||||
modules: [ 'image_builder' ],
|
||||
sassPrefix: '.imageBuilder, .image_builder',
|
||||
deployment: process.env.BETA ? 'beta/apps' : 'apps',
|
||||
});
|
||||
|
||||
plugins.push(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue