From ace61dc4709a2fca3372ef473fa60feaf3667702 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 22 Nov 2022 23:51:13 +0100 Subject: [PATCH] disable node --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2062b4cc..061a57d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,10 +49,10 @@ steps: commands: - composer install --ignore-platform-reqs --no-dev - - name: node - image: node:17.9.0-slim - commands: - - npm install && npm run prod && rm -R node_modules + # - name: node + # image: node:17.9.0-slim + # commands: + # - npm install && npm run prod && rm -R node_modules - name: compress image: php:7.3