Herby Vojčík пре 5 година
родитељ
комит
7f690656a5
1 измењених фајлова са 1 додато и 1 уклоњено
  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