Parcourir la source

Fix: `npm run`.

Herby Vojčík il y a 4 ans
Parent
commit
7f690656a5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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