From c49765709362565c2ae5430d37c8d96a30429665 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Mon, 21 Apr 2025 02:24:39 +0200 Subject: [PATCH] revert --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d8afdc..589e155 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ build: script: - npm install - npx next build - - npm run lint || echo "⚠️ Lint warnings. continuing anyway." + - npm run lint dockerize: stage: docker