mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix production builds for Flask (#16757)
This commit is contained in:
parent
80e4a1fef4
commit
6416936eec
@ -344,9 +344,25 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
- run:
|
- when:
|
||||||
name: build:dist
|
condition:
|
||||||
command: yarn build --build-type flask dist
|
not:
|
||||||
|
matches:
|
||||||
|
pattern: /^master$/
|
||||||
|
value: << pipeline.git.branch >>
|
||||||
|
steps:
|
||||||
|
- run:
|
||||||
|
name: build:dist
|
||||||
|
command: yarn build --build-type flask dist
|
||||||
|
- when:
|
||||||
|
condition:
|
||||||
|
matches:
|
||||||
|
pattern: /^master$/
|
||||||
|
value: << pipeline.git.branch >>
|
||||||
|
steps:
|
||||||
|
- run:
|
||||||
|
name: build:prod
|
||||||
|
command: yarn build --build-type flask prod
|
||||||
- run:
|
- run:
|
||||||
name: build:debug
|
name: build:debug
|
||||||
command: find dist/ -type f -exec md5sum {} \; | sort -k 2
|
command: find dist/ -type f -exec md5sum {} \; | sort -k 2
|
||||||
|
Loading…
Reference in New Issue
Block a user