Browse Source

reorder build steps

master
Daniel Huebleitner 4 years ago
parent
commit
4f2ca7d4d6
2 changed files with 12 additions and 12 deletions
  1. 11
    11
      .drone.yml
  2. 1
    1
      package.json

+ 11
- 11
.drone.yml View File

@@ -48,17 +48,6 @@ steps:
48 48
     event:
49 49
       - tag
50 50
 
51
-- name: npm publish
52
-  image: plugins/npm
53
-  settings:
54
-    username: frontwork
55
-    password:
56
-      from_secret: npm_password
57
-    email: frontwork.me@gmail.com
58
-  when:
59
-    event:
60
-      - tag
61
-
62 51
 - name: deliver docs
63 52
   image: node:12
64 53
   commands:
@@ -77,6 +66,17 @@ steps:
77 66
     event:
78 67
       - tag
79 68
 
69
+- name: npm publish
70
+  image: plugins/npm
71
+  settings:
72
+    username: frontwork
73
+    password:
74
+      from_secret: npm_password
75
+    email: frontwork.me@gmail.com
76
+  when:
77
+    event:
78
+      - tag
79
+
80 80
 volumes:
81 81
 - name: cache 
82 82
   host:

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "rpclibrary",
3
-  "version": "1.3.7",
3
+  "version": "1.3.8",
4 4
   "description": "rpclibrary is a websocket on steroids!",
5 5
   "main": "./js/Index.js",
6 6
   "repository": {

Loading…
Cancel
Save