@ -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
name: build:debug
command: find dist/ -type f -exec md5sum {} \; | sort -k 2