diff --git a/apps/cast/package.json b/apps/cast/package.json index 1d31e7def..543bf0b80 100644 --- a/apps/cast/package.json +++ b/apps/cast/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "export": "next export" }, "dependencies": { "mime-types": "^2.1.35"