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