-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeck.json
More file actions
28 lines (28 loc) · 761 Bytes
/
Copy pathdeck.json
File metadata and controls
28 lines (28 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"items": [
{
"kind": "command",
"name": "Locali Güncelle",
"command": "./install.sh",
"icon": { "symbol": "arrow.down.app.fill", "isEmoji": false, "colorHex": "#3DDC84" }
},
{
"kind": "command",
"name": "Deploy",
"command": "./dist.sh",
"icon": { "symbol": "shippingbox.fill", "isEmoji": false, "colorHex": "#E8874B" }
},
{
"kind": "command",
"name": "Build",
"command": "./build.sh",
"icon": { "symbol": "hammer.fill", "isEmoji": false, "colorHex": "#E8B84B" }
},
{
"kind": "command",
"name": "Swift Build",
"command": "swift build",
"icon": { "symbol": "checkmark.seal.fill", "isEmoji": false, "colorHex": "#3DDC84" }
}
]
}