ci - fix build job logging

feature/default_network_editable
kumavis 7 years ago
parent 9f6882b651
commit 000edc8fd2
  1. 7
      .circleci/config.yml

@ -212,5 +212,8 @@ jobs:
- restore_cache: - restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }} key: dependency-cache-{{ checksum "package-lock.json" }}
- run: - run:
name: test:integration:mascara name: build:dist
command: npm run dist && find dist/ -type f -exec md5sum {} \; | sort -k 2 > dist_md5 && echo dist_md5 command: npm run dist
- run:
name: build:debug
command: find dist/ -type f -exec md5sum {} \; | sort -k 2

Loading…
Cancel
Save