Browse Source

Update .drone.yml

We already run npm build in auto compile script
Jaap Marcus 2 years ago
parent
commit
0147b204d4
1 changed files with 0 additions and 6 deletions
  1. 0 6
      .drone.yml

+ 0 - 6
.drone.yml

@@ -15,12 +15,6 @@ steps:
       - cd hestiacp
       - echo "Checkout ${branch}"
       - git checkout ${branch}
-  - name: Build JS/CSS
-    image: node:current-slim
-    commands:
-    - cd ./hestiacp/
-    - npm ci
-    - npm run build
   - name: Ubuntu 22.04
     image: ubuntu:jammy
     commands: