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

@@ -6,13 +6,13 @@
"e2e",
"examples",
"docs",
"package"
"packages/**"
],
"scripts": {
"dev": "yarn --cwd examples dev",
"docs": "yarn --cwd docs dev",
"postrelease": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
"release": "yarn --cwd package release",
"release": "turbo run release",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",