Skip to content

Commit

Permalink
chore: windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Feb 20, 2024
1 parent c7f51c8 commit 2257c7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
working-directory: server

- name: build
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "build/index.js",
"scripts": {
"copy-server-to-electron": "rm -rf electron-app/src/sync-agent && cp -r server/src electron-app/src/sync-agent",
"copy-server-to-electron-win": "rm electron-app/src/sync-agent && cp -r server/src electron-app/src/sync-agent -r -fo",
"copy-server-to-electron-win": "Remove-Item electron-app/src/sync-agent -r -force && Copy-Item server/src electron-app/src/sync-agent -r",
"start": "npm run copy-server-to-electron && cd electron-app && npm run start",
"make": "npm run copy-server-to-electron && cd electron-app && npm run make",
"publish": "npm run copy-server-to-electron && cd electron-app && npm run publish",
Expand Down

0 comments on commit 2257c7f

Please sign in to comment.