3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
import { execSync } from "child_process";
|
|
|
|
execSync("npm publish", { stdio: 'inherit' }) |