diff --git a/dailyjs/basic-call/package.json b/dailyjs/basic-call/package.json index 0bd5ae6..34844a0 100644 --- a/dailyjs/basic-call/package.json +++ b/dailyjs/basic-call/package.json @@ -6,7 +6,8 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start" + "start": "next start", + "lint": "next lint" }, "dependencies": { "@dailyjs/shared": "*", diff --git a/dailyjs/live-streaming/package.json b/dailyjs/live-streaming/package.json index c340eb5..a255016 100644 --- a/dailyjs/live-streaming/package.json +++ b/dailyjs/live-streaming/package.json @@ -6,7 +6,8 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start" + "start": "next start", + "lint": "next lint" }, "dependencies": { "@dailyjs/shared": "*", diff --git a/dailyjs/text-chat/package.json b/dailyjs/text-chat/package.json index 23b7363..cd719e9 100644 --- a/dailyjs/text-chat/package.json +++ b/dailyjs/text-chat/package.json @@ -6,7 +6,8 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start" + "start": "next start", + "lint": "next lint" }, "dependencies": { "@dailyjs/shared": "*",