Skip to content

Commit c3b4e58

Browse files
fix(ci): make sure we build web before we build the app
1 parent 4aeae6b commit c3b4e58

2 files changed

Lines changed: 35 additions & 34 deletions

File tree

packages/desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
{
2-
"$schema": "https://schema.tauri.app/config/2.json",
3-
"productName": "OpenConcho",
4-
"identifier": "com.offendingcommit.openconcho",
5-
"build": {
6-
"frontendDist": "../../web/dist",
7-
"devUrl": "http://localhost:5173",
8-
"beforeDevCommand": "pnpm --filter @openconcho/web dev"
9-
},
10-
"bundle": {
11-
"active": true,
12-
"targets": "all",
13-
"icon": [
14-
"icons/32x32.png",
15-
"icons/128x128.png",
16-
"icons/128x128@2x.png",
17-
"icons/icon.icns",
18-
"icons/icon.ico"
19-
]
20-
},
21-
"app": {
22-
"windows": [
23-
{
24-
"title": "OpenConcho",
25-
"width": 1280,
26-
"height": 800,
27-
"minWidth": 800,
28-
"minHeight": 600
29-
}
30-
],
31-
"security": {
32-
"csp": null
33-
}
34-
}
2+
"$schema": "https://schema.tauri.app/config/2.json",
3+
"productName": "OpenConcho",
4+
"identifier": "com.offendingcommit.openconcho",
5+
"build": {
6+
"frontendDist": "../../web/dist",
7+
"devUrl": "http://localhost:5173",
8+
"beforeDevCommand": "pnpm turbo --filter @openconcho/web dev",
9+
"beforeBuildCommand": "pnpm turbo --filter @openconcho/web build"
10+
},
11+
"bundle": {
12+
"active": true,
13+
"targets": "all",
14+
"icon": [
15+
"icons/32x32.png",
16+
"icons/128x128.png",
17+
"icons/128x128@2x.png",
18+
"icons/icon.icns",
19+
"icons/icon.ico"
20+
]
21+
},
22+
"app": {
23+
"windows": [
24+
{
25+
"title": "OpenConcho",
26+
"width": 1280,
27+
"height": 800,
28+
"minWidth": 800,
29+
"minHeight": 600
30+
}
31+
],
32+
"security": {
33+
"csp": null
34+
}
35+
}
3536
}

0 commit comments

Comments
 (0)