Skip to content

Commit d849815

Browse files
committed
chore: update build commands to include publish flags
Modified build commands for macOS and Windows to include publish flags for the build process.
1 parent 52f9388 commit d849815

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: npm run test:unit:renderer && npm run test:unit:main
3939

4040
- name: Run Build for macOS
41-
run: npm run build:mac
41+
run: npm run build:mac:publish
4242

4343
build-windows:
4444
runs-on: windows-latest
@@ -60,4 +60,4 @@ jobs:
6060
run: npm run test:unit:renderer && npm run test:unit:main
6161

6262
- name: Run Build for Windows
63-
run: npm run build:win
63+
run: npm run build:win:publish

src/main/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export const restApi = {
7777
auth: {
7878
base: "/auth",
7979
google: "/google",
80-
facebook: "/facebook",
8180
github: "/github",
8281
},
8382
user: {

0 commit comments

Comments
 (0)