Skip to content

Commit

Permalink
Merge pull request #78 from jumpserver/dev
Browse files Browse the repository at this point in the history
perf: use node cache
  • Loading branch information
wojiushixiaobai authored Nov 19, 2024
2 parents c383b40 + 90e564f commit c9f1f91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'

- name: Build Binary
run: |
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
"main": "dist-electron/main.js",
"scripts": {
"dev": "vite",
"build": "node build/index.js",
"buildapp": "vite build && electron-builder --mac --win --linux",
"build": "vite build && electron-builder --mac --win --linux",
"preview": "vite preview"
},
"build": {
"asar": false,
"productName": "JumpServer_Video_Player",
"productName": "JumpServerVideoPlayer",
"directories": {
"output": "release/",
"buildResources": "assets"
Expand Down

0 comments on commit c9f1f91

Please sign in to comment.