added npm deps to ci workflow

pull/14/head
Scott Anderson 2019-01-18 14:26:07 -07:00
parent 69dda067e4
commit 10841f5c86
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ jobs:
- run: - run:
name: Install s3deploy name: Install s3deploy
command: ./deploy/ci-install-s3deploy.sh command: ./deploy/ci-install-s3deploy.sh
- run:
name: Install NPM dependencies
command: npm i -g postcss-cli autoprefixer
- save_cache: - save_cache:
key: install-v1-{{ checksum ".circleci/config.yml" }} key: install-v1-{{ checksum ".circleci/config.yml" }}
paths: paths: