From cea0c3f1cfed1618a554c468a6668e4132006bcc Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 2 Jun 2021 21:09:06 -0400 Subject: [PATCH] WIP --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e3af038..673993a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,8 @@ steps: - name: deploy image: node commands: - - npm publish --verbose + - npm set registry http://linuxhost.me:4873/ + - npm publish when: event: - tag