Skip to content

Commit c76d15a

Browse files
committed
[fix] starter config
1 parent 7c0890f commit c76d15a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: terrun
22
description: terrun - efficient terminal runner
3-
version: 0.0.8
3+
version: 0.0.9
44
repository: https://github.com/mikeborodin/menusc
55

66
environment:

terrun.starter.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ commands:
3131

3232
# hooks:
3333
# preRun:
34-
# #this emits the shortcut to hide the terminal window
35-
# - say 'good job $USER'
36-
# - command: osascript -e 'tell application "System Events" to key code 24 using {shift down, control down}'
34+
# - command: osascript -e tell application System Events to key code 24 using {shift down, control down}
35+
# postRun:
36+
# - command: say 'good job $USER'

0 commit comments

Comments
 (0)