chore(core): cleanup getHandleBounds (#1828)
chore(core): cleanup getHandleBounds Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@
|
||||
"lint": "turbo lint --filter='./packages/*'",
|
||||
"typedocs": "pnpm build && pnpm --dir docs typedocs",
|
||||
"ci:version": "changeset version",
|
||||
"ci:publish": "pnpm lint && pnpm build && pnpm test && changeset publish"
|
||||
"ci:publish": "pnpm lint && pnpm build && pnpm test && changeset publish",
|
||||
"changeset:add": "pnpm changeset && git add .changeset && git commit -m 'chore(changeset): add'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/changelog-github": "^0.5.0",
|
||||
|
||||
Reference in New Issue
Block a user