reorder build steps
This commit is contained in:
+11
-11
@@ -48,17 +48,6 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: npm publish
|
||||
image: plugins/npm
|
||||
settings:
|
||||
username: frontwork
|
||||
password:
|
||||
from_secret: npm_password
|
||||
email: frontwork.me@gmail.com
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: deliver docs
|
||||
image: node:12
|
||||
commands:
|
||||
@@ -77,6 +66,17 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: npm publish
|
||||
image: plugins/npm
|
||||
settings:
|
||||
username: frontwork
|
||||
password:
|
||||
from_secret: npm_password
|
||||
email: frontwork.me@gmail.com
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
host:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rpclibrary",
|
||||
"version": "1.3.7",
|
||||
"version": "1.3.8",
|
||||
"description": "rpclibrary is a websocket on steroids!",
|
||||
"main": "./js/Index.js",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user