add BASH_ENV

This commit is contained in:
hypnos 2017-09-07 01:18:03 +03:00
parent 24869475d5
commit b4d9ee0a6d

View File

@ -124,8 +124,12 @@ jobs:
yarn docs:build
lint:
<<: *defaults
environment:
PATH: $HOME/.yarn/bin:$PATH
steps:
- checkout
- environment
BASH_ENV: ~/.bashrc
- restore_cache:
keys:
- root-dependencies-{{ checksum "package.json" }}
@ -134,7 +138,6 @@ jobs:
name: "Install yarn 1.0.0-prerelease"
command: |
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --nightly
export PATH="$HOME/.yarn/bin:$PATH"
- run:
name: "Install root dependencies"
command: |