File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1919machine :
2020 node :
2121 version : 6.9.1
22- environment :
23- YARN_VERSION : 0.19.1
24- PATH : " ${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
2522 services :
2623 - redis
2724 - memcached
@@ -35,18 +32,13 @@ general:
3532# Install your project's language-specific dependencies
3633dependencies :
3734 pre :
38- - |
39- if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
40- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
41- fi
4235 - yarn global add nyc codecov
4336 override :
44- - yarn install
37+ - yarn
4538 post :
4639 - echo $KEYFILE > /home/ubuntu/nodejs-docs-samples/key.json
4740 - node scripts/install
4841 cache_directories :
49- - ~/.yarn
5042 - ~/.cache/yarn
5143 - appengine/bower/node_modules
5244 - appengine/cloudsql/node_modules
You can’t perform that action at this time.
0 commit comments