Fix indentation

This commit is contained in:
Alexandru Dima
2020-12-11 16:39:18 +01:00
parent 27dee68867
commit b95feff039

View File

@@ -97,11 +97,11 @@ jobs:
run: yarn --frozen-lockfile
- name: Compile /build/ folder
# this normally executes as a postinstall script, but if the cache is hit above,
# yarn will not execute at all. Therefore, we manually launch it if necessary
if: ${{ steps.node-modules-cache.outputs.cache-hit == 'true' }}
run: yarn run compile
working-directory: ./build
# this normally executes as a postinstall script, but if the cache is hit above,
# yarn will not execute at all. Therefore, we manually launch it if necessary
if: ${{ steps.node-modules-cache.outputs.cache-hit == 'true' }}
run: yarn run compile
working-directory: ./build
- name: Download Electron
run: yarn electron x64