Spaces:
Running
Running
Update ftp-upload.js
Browse files- ftp-upload.js +1 -0
ftp-upload.js
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
const { execSync, exec, spawn } = require("child_process");
|
2 |
const path = require("path");
|
3 |
const repoPath = path.join(__dirname, "dist");
|
|
|
1 |
+
console.log("ftp-uploading..............")
|
2 |
const { execSync, exec, spawn } = require("child_process");
|
3 |
const path = require("path");
|
4 |
const repoPath = path.join(__dirname, "dist");
|