We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f9388 commit d849815Copy full SHA for d849815
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
run: npm run test:unit:renderer && npm run test:unit:main
39
40
- name: Run Build for macOS
41
- run: npm run build:mac
+ run: npm run build:mac:publish
42
43
build-windows:
44
runs-on: windows-latest
@@ -60,4 +60,4 @@ jobs:
60
61
62
- name: Run Build for Windows
63
- run: npm run build:win
+ run: npm run build:win:publish
src/main/config.ts
@@ -77,7 +77,6 @@ export const restApi = {
77
auth: {
78
base: "/auth",
79
google: "/google",
80
- facebook: "/facebook",
81
github: "/github",
82
},
83
user: {
0 commit comments