Files
n8n-starter/bin/publish.ts
bipproduction ac3b983032 tambahannya
2025-11-17 13:48:42 +08:00

4 lines
100 B
TypeScript

import { execSync } from "child_process";
execSync("cd dist && npm publish", { stdio: 'inherit' })