chore: add watch scripts for types and update dev scripts

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-15 12:06:09 +02:00
parent 630db6d5c3
commit 0944146842
8 changed files with 27 additions and 16 deletions

View File

@@ -7,7 +7,7 @@
"pnpm": ">=8"
},
"scripts": {
"dev": "turbo dev --filter='./packages/*' --filter=@vue-flow/examples-vite",
"dev": "pnpm build && turbo dev --filter='./packages/*' --filter=@vue-flow/examples-vite",
"dev:docs": "turbo dev --filter=@vue-flow/docs",
"changelog": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
"build:docs": "turbo build --filter docs",