added node install for ci
parent
10841f5c86
commit
067a328bb1
|
@ -23,7 +23,7 @@ jobs:
|
|||
command: ./deploy/ci-install-s3deploy.sh
|
||||
- run:
|
||||
name: Install NPM dependencies
|
||||
command: npm i -g postcss-cli autoprefixer
|
||||
command: ./deploy/ci-install-node.sh
|
||||
- save_cache:
|
||||
key: install-v1-{{ checksum ".circleci/config.yml" }}
|
||||
paths:
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
set -x
|
||||
set -e
|
||||
|
||||
apt-get install nodejs npm
|
||||
npm i -g postcss-cli autoprefixer
|
Loading…
Reference in New Issue