added npm deps to ci workflow
parent
69dda067e4
commit
10841f5c86
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue