chore(docs): add plugin logs
This commit is contained in:
@@ -37,7 +37,11 @@ export function copyChangelogPlugin(): Plugin {
|
|||||||
const filePath = resolve(__dirname, `${path}`)
|
const filePath = resolve(__dirname, `${path}`)
|
||||||
|
|
||||||
copyFile(filePath, resolve(__dirname, `../../changelog/${isCore ? 'index' : pkgName}.md`), () => {})
|
copyFile(filePath, resolve(__dirname, `../../changelog/${isCore ? 'index' : pkgName}.md`), () => {})
|
||||||
|
|
||||||
|
console.log(`Copied ${filePath} to ${resolve(__dirname, `../../changelog/${isCore ? 'index' : pkgName}.md`)}`)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.log('Copied changelog files')
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,7 +23,11 @@ export function copyVueFlowPlugin(): Plugin {
|
|||||||
fileName: pkgName,
|
fileName: pkgName,
|
||||||
source: readFileSync(filePath, 'utf-8'),
|
source: readFileSync(filePath, 'utf-8'),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.log(`Copied ${filePath} to ${resolve(__dirname, `../../src/public/${pkgName}`)}`)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.log('Copied vue-flow files')
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user