-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathsupacode.json
More file actions
36 lines (36 loc) · 881 Bytes
/
supacode.json
File metadata and controls
36 lines (36 loc) · 881 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
29
30
31
32
33
34
35
36
{
"archiveScript" : "",
"copyIgnoredOnWorktreeCreate" : true,
"copyUntrackedOnWorktreeCreate" : true,
"deleteScript" : "",
"openActionID" : "xcode",
"pullRequestMergeStrategy" : "merge",
"runScript" : "make run-app",
"scripts" : [
{
"command" : "make run-app",
"id" : "B90F7467-8638-4FB6-9CFC-450207596267",
"kind" : "run",
"name" : "Run"
},
{
"command" : "make test",
"id" : "D477CB4A-8BF5-46E7-B192-E22193DC0705",
"kind" : "test",
"name" : "Test"
},
{
"command" : "make check",
"id" : "19B9B006-EEF2-4C96-9CC6-7DCCF9F3C09D",
"kind" : "lint",
"name" : "Lint"
},
{
"command" : "make format",
"id" : "914F90DE-B782-4A76-9845-8A1A45803833",
"kind" : "format",
"name" : "Format"
}
],
"setupScript" : "git submodule update --recursive"
}