Browse Source

Merge branch 'master' of ssh://gitea.frontblock.me:2222/fw-vendor/rpclibrary

master
peter 5 years ago
parent
commit
8d8132b1b6
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      .drone.yml

+ 5
- 0
.drone.yml View File

12
   commands:
12
   commands:
13
   - npm run build
13
   - npm run build
14
 
14
 
15
+- name: npm run test
16
+  image: node:12
17
+  commands:
18
+  - npm run test
19
+
15
 - name: npm publish
20
 - name: npm publish
16
   image: plugins/npm
21
   image: plugins/npm
17
   settings:
22
   settings:

Loading…
Cancel
Save