File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 19
19
machine :
20
20
node :
21
21
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"
25
22
services :
26
23
- redis
27
24
- memcached
@@ -35,18 +32,13 @@ general:
35
32
# Install your project's language-specific dependencies
36
33
dependencies :
37
34
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
42
35
- yarn global add nyc codecov
43
36
override :
44
- - yarn install
37
+ - yarn
45
38
post :
46
39
- echo $KEYFILE > /home/ubuntu/nodejs-docs-samples/key.json
47
40
- node scripts/install
48
41
cache_directories :
49
- - ~/.yarn
50
42
- ~/.cache/yarn
51
43
- appengine/bower/node_modules
52
44
- appengine/cloudsql/node_modules
You can’t perform that action at this time.
0 commit comments