Explorar o código

Fix: `npm run`.

Herby Vojčík %!s(int64=4) %!d(string=hai) anos
pai
achega
7f690656a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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