we need to install dependencies duh
This commit is contained in:
8
.github/build_push.yml
vendored
8
.github/build_push.yml
vendored
@@ -25,9 +25,17 @@ jobs:
|
|||||||
path: master
|
path: master
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Cache node_modules
|
||||||
|
uses: actions/cache@v2
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
**/node_modules
|
||||||
|
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||||
|
|
||||||
- name: Build webUI
|
- name: Build webUI
|
||||||
run: |
|
run: |
|
||||||
cd master
|
cd master
|
||||||
|
yarn
|
||||||
yarn build
|
yarn build
|
||||||
cd build
|
cd build
|
||||||
zip -9 -r "../Tachidesk-WebUI-r$(git rev-list HEAD --count)" *
|
zip -9 -r "../Tachidesk-WebUI-r$(git rev-list HEAD --count)" *
|
||||||
|
|||||||
Reference in New Issue
Block a user