refactor(pkg): Move vue-flow into separate pkg directory

This commit is contained in:
Braks
2022-05-15 16:59:48 +02:00
parent df43ff3b8b
commit b9dbb97374
94 changed files with 17 additions and 5 deletions

View File

@@ -28,6 +28,12 @@
"dev": {
"dependsOn": ["^build"],
"cache": false
},
"release": {
"dependsOn": ["^build"],
"cache": false,
"outputs": []
}
}
}