aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/build.yaml
diff options
context:
space:
mode:
authorelilchen <[email protected]>2023-02-16 22:28:34 +0800
committerelilchen <[email protected]>2023-02-16 22:28:34 +0800
commit986d16eb2d7c5f77273caed3077f4120a48a60c4 (patch)
treea9a7e37c9467c88e0bbda33c7ad401ae4578ab5d /.github/workflows/build.yaml
parent85150127bbae9fc52358a4e152d5571444a1644c (diff)
downloadrustdesk-server-986d16eb2d7c5f77273caed3077f4120a48a60c4.tar.gz
rustdesk-server-986d16eb2d7c5f77273caed3077f4120a48a60c4.zip
vite build
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r--.github/workflows/build.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 025854b..021637e 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -121,6 +121,7 @@ jobs:
- name: Build UI browser file
run: |
+ npm i
npm run build
working-directory: ./ui/html