we need to install dependencies duh

This commit is contained in:
Aria Moradi
2021-08-07 23:27:30 +04:30
parent 811f07b490
commit 7cee9f47ad

View File

@@ -25,9 +25,17 @@ jobs:
path: master
fetch-depth: 0
- name: Cache node_modules
uses: actions/cache@v2
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Build webUI
run: |
cd master
yarn
yarn build
cd build
zip -9 -r "../Tachidesk-WebUI-r$(git rev-list HEAD --count)" *