move build scripts

This commit is contained in:
Baptiste Augrain
2021-03-10 19:24:52 +01:00
parent 2089830d92
commit 59ad206f9e
9 changed files with 31 additions and 18 deletions

View File

@@ -57,10 +57,12 @@ jobs:
- name: Compute cache key
id: yarnCacheKey
run: echo "::set-output name=value::$(node build/azure-pipelines/computeYarnCacheKey.js)"
if: env.SHOULD_BUILD == 'yes'
- name: Get yarn cache directory path
id: yarnCacheDirPath
run: echo "::set-output name=dir::$(yarn cache dir)"
if: env.SHOULD_BUILD == 'yes'
- name: Cache yarn directory
uses: actions/cache@v2