prepare for integration with Equinox

This commit is contained in:
Aria Moradi
2021-06-06 01:34:49 +04:30
parent e21f3b9c75
commit 2c7ebd8ece
75 changed files with 9 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ jobs:
with:
path: |
**/react/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/react/yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('**/webUI/yarn.lock') }}
- name: Build and copy webUI, Build Jar
uses: eskatos/gradle-command-action@v1

View File

@@ -57,7 +57,7 @@ jobs:
with:
path: |
**/react/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/react/yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('**/webUI/yarn.lock') }}
- name: Build and copy webUI, Build Jar
uses: eskatos/gradle-command-action@v1

View File

@@ -56,7 +56,7 @@ jobs:
with:
path: |
**/react/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/react/yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('**/react/webUI.lock') }}
- name: Build and copy webUI, Build Jar
uses: eskatos/gradle-command-action@v1