diff options
author | RustDesk <[email protected]> | 2023-02-16 23:05:27 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-16 23:05:27 +0800 |
commit | 49f10a288de045d8b1125a1a3fba9e47ac4da7d3 (patch) | |
tree | a9a7e37c9467c88e0bbda33c7ad401ae4578ab5d | |
parent | 4fd83deaf1131602bdd7e8fa3f0f184b1270192c (diff) | |
parent | 986d16eb2d7c5f77273caed3077f4120a48a60c4 (diff) | |
download | rustdesk-server-49f10a288de045d8b1125a1a3fba9e47ac4da7d3.tar.gz rustdesk-server-49f10a288de045d8b1125a1a3fba9e47ac4da7d3.zip |
Merge pull request #197 from elilchen/master
vite build
-rw-r--r-- | .github/workflows/build.yaml | 1 |
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 |