1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 03:20:23 +01:00

ci - fix typo

This commit is contained in:
kumavis 2018-03-09 13:50:57 -08:00
parent 3580196650
commit 6c3706f3e8

View File

@ -50,12 +50,13 @@ jobs:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Get Cache key
# this allows us to checksum against a whole directory
command: ls -laR ui/app/css/ > scss_checksum
- restore_cache:
key: scss-cache-{{ checksum "scss_checksum" }}
- run:
name: Build for integration tests
command: test:integration:build
command: npm run test:integration:build
- save_cache:
key: scss-cache-{{ checksum "scss_checksum" }}
paths: