From 995758a04beeb185638df9ac17794d4c8c8408f1 Mon Sep 17 00:00:00 2001 From: Karim Pirzargar Date: Sat, 25 Apr 2026 14:23:05 +0330 Subject: [PATCH] showe log --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cf2dd3f..5e474b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,8 +31,8 @@ steps: - npx npm config list - npx npm install --loglevel=verbose - rm -rf dist - - npm ci - - npm run test:e2e + - npm ci --loglevel=verbose + - npm run test:e2e --loglevel=verbose - npm run build - cp .next/standalone ./artifacts/node/standalone - cp .next/static ./artifacts/node/static