added npm deps to ci workflow
parent
69dda067e4
commit
10841f5c86
|
@ -21,6 +21,9 @@ jobs:
|
|||
- run:
|
||||
name: Install s3deploy
|
||||
command: ./deploy/ci-install-s3deploy.sh
|
||||
- run:
|
||||
name: Install NPM dependencies
|
||||
command: npm i -g postcss-cli autoprefixer
|
||||
- save_cache:
|
||||
key: install-v1-{{ checksum ".circleci/config.yml" }}
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue