Update runnable.rb
This commit is contained in:
@@ -28,7 +28,7 @@ module Shared
|
||||
json['version'] = version
|
||||
File.write('package.json', JSON.pretty_generate(json))
|
||||
git_add 'package.json'
|
||||
git_commit message
|
||||
git_commit message, true
|
||||
end
|
||||
end
|
||||
|
||||
@@ -36,10 +36,6 @@ module Shared
|
||||
run_cmd "git add #{path}"
|
||||
end
|
||||
|
||||
def git_commit (msg)
|
||||
run_cmd "git commit -m '#{msg}'"
|
||||
end
|
||||
|
||||
def git_show_branches
|
||||
run_cmd "git branch"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user