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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user