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