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