Skip to content

Commit 5a8ba69

Browse files
committed
fix: 移除git地址
1 parent a36f316 commit 5a8ba69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/harmony/clone-jdharmony.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const home = os.homedir()
88
const temp = `${process.cwd()}/packages`
99

1010
async function cloneJdHarmony() {
11-
const remote = '[email protected]:DongDesign/JDHarmony.git'
11+
// 填写coding地址
12+
const remote = ''
1213
const branch = 'master'
1314
const git = simpleGit({
1415
baseDir: temp,

0 commit comments

Comments
 (0)