Browse Source

Fix: `npm run`.

Herby Vojčík 4 years ago
parent
commit
7f690656a5
1 changed files with 1 additions and 1 deletions
  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