Herby Vojčík 4 éve
szülő
commit
7f690656a5
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -6,7 +6,7 @@ steps:
     image: node
     commands:
       - npm install
-      - npm test:sunit
+      - npm run test:sunit
 
   - name: cli
     image: node