build
This commit is contained in:
@@ -83,6 +83,5 @@ async function build() {
|
||||
|
||||
execSync("git add -A", { stdio: 'inherit' })
|
||||
execSync("git commit -m 'build'", { stdio: 'inherit' })
|
||||
execSync("cd src && npm version patch", { stdio: 'inherit' })
|
||||
build()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user