feat!: renamed Plugin.run => Plugin.build

This commit is contained in:
Folke Lemaitre 2022-12-01 07:43:28 +01:00
parent ec4199bada
commit 042aaa4f87
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 15 additions and 13 deletions

View file

@ -59,7 +59,7 @@ function M.install(opts)
"git.checkout",
"plugin.docs",
"wait",
"plugin.run",
"plugin.build",
},
plugins = function(plugin)
return plugin.uri and not plugin._.installed
@ -78,7 +78,7 @@ function M.update(opts)
{ "git.checkout", lockfile = opts.lockfile },
"plugin.docs",
"wait",
"plugin.run",
"plugin.build",
{ "git.log", updated = true },
},
plugins = function(plugin)