Skip to content

Commit e0df2e9

Browse files
committed
Sublime build system for CMD-B easy running of inky
1 parent e8608c8 commit e0df2e9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

inky.sublime-project

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,12 @@
44
{
55
"path": "."
66
}
7-
]
7+
],
8+
"build_systems":
9+
[
10+
{
11+
"name": "Run Inky",
12+
"shell_cmd": "cd $project_path/app && npm start"
13+
}
14+
]
815
}

0 commit comments

Comments
 (0)