Skip to content

Commit fba4008

Browse files
committed
Add root Convex scripts
1 parent d9b2f38 commit fba4008

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"type-check": "bun run --cwd apps/dashboard type-check",
1414
"dev:extension": "bun run --cwd apps/extension dev",
1515
"build:extension": "bun run --cwd apps/extension build",
16+
"dev:convex": "bun --cwd apps/dashboard convex dev",
17+
"convex": "bun --cwd apps/dashboard convex",
1618
"format": "prettier --write .",
1719
"format:check": "prettier --check .",
1820
"test:e2e": "bun run --cwd apps/dashboard test:e2e"

0 commit comments

Comments
 (0)