chore: update publish script
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
"lint": "turbo lint --filter='./packages/*' --filter=!vueflow",
|
"lint": "turbo lint --filter='./packages/*' --filter=!vueflow",
|
||||||
"typedocs": "pnpm build && pnpm --dir docs typedocs",
|
"typedocs": "pnpm build && pnpm --dir docs typedocs",
|
||||||
"ci:version": "changeset version",
|
"ci:version": "changeset version",
|
||||||
"ci:publish": "turbo lint && turbo build && turbo test && changeset publish"
|
"ci:publish": "pnpm lint && pnpm build && pnpm test && changeset publish"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@changesets/changelog-github": "^0.4.8",
|
"@changesets/changelog-github": "^0.4.8",
|
||||||
|
|||||||
Reference in New Issue
Block a user