From cfedd87a83c439ca84a6cae439787517a336ca13 Mon Sep 17 00:00:00 2001 From: Horea Porutiu <horea@miro.com> Date: Tue, 18 Jun 2024 13:19:10 +0200 Subject: [PATCH] linting fix --- examples/jwt-auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jwt-auth/package.json b/examples/jwt-auth/package.json index ad311c717..0f09c132d 100644 --- a/examples/jwt-auth/package.json +++ b/examples/jwt-auth/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "license": "MIT", "scripts": { - "build": "next build", + "build-temp-disabled": "next build", "start": "next dev", "lint": "next lint" },