refactor: replace yarn with pnpm as package manager

This commit is contained in:
bcakmakoglu
2022-06-01 21:58:03 +02:00
committed by Braks
parent 710b22eb0e
commit c07069dcd0
22 changed files with 9887 additions and 22286 deletions
+2 -2
View File
@@ -9,12 +9,12 @@ export function copyVueFlowPlugin(): Plugin {
console.log('building')
const filePath = resolve(
__dirname,
'../../../node_modules/@braks/vue-flow/dist/vue-flow.es.js'
'../../node_modules/@braks/vue-flow/dist/vue-flow.es.js'
)
if (!existsSync(filePath)) {
throw new Error(
`@braks/vue-flow/dist/vue-flow.es.js not built. ` +
`Run "yarn build" first.`
`Run "pnpm build" first.`
)
}
this.emitFile({