reorder build steps

This commit is contained in:
Daniel Huebleitner
2019-10-28 22:33:31 +01:00
parent 2afa8f3045
commit 4f2ca7d4d6
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -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
View File
@@ -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": {