Skip to content

Commit

Permalink
vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
elilchen committed Feb 16, 2023
1 parent 388ae58 commit 8515012
Show file tree
Hide file tree
Showing 14 changed files with 77 additions and 10,322 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ jobs:
scoop bucket add extras
scoop install nsis
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16

- name: Sign exe files
uses: GermanBluefox/code-sign-action@v7
with:
Expand All @@ -114,6 +119,11 @@ jobs:
folder: 'target\x86_64-pc-windows-msvc\release'
recursive: false

- name: Build UI browser file
run: |
npm run build
working-directory: ./ui/html

- name: Build UI setup file
run: |
rustup default nightly
Expand Down
24 changes: 24 additions & 0 deletions ui/html/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
344 changes: 0 additions & 344 deletions ui/html/editor/codemirror.css

This file was deleted.

Loading

0 comments on commit 8515012

Please sign in to comment.