Skip to content

Commit 9226fca

Browse files
authored
feat: add run-compact icon with metadata and mapping updates (#479)
1 parent 165c5f1 commit 9226fca

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/icons/run-compact.svg

Lines changed: 1 addition & 0 deletions
Loading

src/template/mapping.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,5 +1914,8 @@
19141914
],
19151915
"60611": [
19161916
"vm-compact"
1917+
],
1918+
"60612": [
1919+
"run-compact"
19171920
]
19181921
}

src/template/metadata.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5190,6 +5190,18 @@
51905190
"category": "action",
51915191
"description": "Run below"
51925192
},
5193+
"run-compact": {
5194+
"tags": [
5195+
"play",
5196+
"execute",
5197+
"start",
5198+
"triangle",
5199+
"go",
5200+
"compact"
5201+
],
5202+
"category": "action",
5203+
"description": "Run or execute (compact)"
5204+
},
51935205
"run-coverage": {
51945206
"tags": [
51955207
"test",

0 commit comments

Comments
 (0)