mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
ci - fix build job logging
This commit is contained in:
parent
9f6882b651
commit
000edc8fd2
@ -212,5 +212,8 @@ jobs:
|
||||
- restore_cache:
|
||||
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: test:integration:mascara
|
||||
command: npm run dist && find dist/ -type f -exec md5sum {} \; | sort -k 2 > dist_md5 && echo dist_md5
|
||||
name: build:dist
|
||||
command: npm run dist
|
||||
- run:
|
||||
name: build:debug
|
||||
command: find dist/ -type f -exec md5sum {} \; | sort -k 2
|
||||
|
Loading…
Reference in New Issue
Block a user