build
This commit is contained in:
@@ -81,6 +81,8 @@ async function build() {
|
|||||||
console.log("🎉 Build complete!");
|
console.log("🎉 Build complete!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
execSync("git add -A", { stdio: 'inherit' })
|
||||||
|
execSync("git commit -m 'build'", { stdio: 'inherit' })
|
||||||
execSync("cd src && npm version patch", { stdio: 'inherit' })
|
execSync("cd src && npm version patch", { stdio: 'inherit' })
|
||||||
build()
|
build()
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
import { execSync } from "child_process";
|
import { execSync } from "child_process";
|
||||||
|
|
||||||
execSync("npm publish", { stdio: 'inherit' })
|
execSync("cd dist && npm publish", { stdio: 'inherit' })
|
||||||
Reference in New Issue
Block a user