Set yarn cache relative to working directory
This commit is contained in:
@ -28,7 +28,7 @@ steps:
|
|||||||
- ruby -e 'puts STDIN.external_encoding' # figure out the encoding used
|
- ruby -e 'puts STDIN.external_encoding' # figure out the encoding used
|
||||||
- bundle update --bundler
|
- bundle update --bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
- yarn config set cache-folder /cache/.yarn-cache
|
- yarn config set cache-folder .yarn-cache
|
||||||
- yarn global add gulp-cli
|
- yarn global add gulp-cli
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile
|
||||||
- gulp build
|
- gulp build
|
||||||
|
|||||||
Reference in New Issue
Block a user