From eaea801317d2175a7dc4846567bde08323c1e98c Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 27 Nov 2023 09:56:41 +0530 Subject: [PATCH] add export cast command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dfd477e7a..18d85345d 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "dev:cast": "turbo run dev --filter=cast", "export:photos": "turbo run export --filter=photos", "export:auth": "turbo run export --filter=auth", + "export:cast": "turbo run export --filter=cast", "lint": "turbo run lint", "albums": "turbo run albums", "prepare": "husky install"