File size: 208 Bytes
a7ba3cc
e0675e2
eccbbd1
e0675e2
a7ba3cc
1
2
3
4
5
console.log("uploadddddding")
const { execSync } = require("child_process");
const path = require("path");
const repoPath = path.join(__dirname, "dist");
execSync("upload.sh", { cwd: repoPath, shell: true });