From 2b13f78a0dd5c410a81a68cc4718e45ce048f31f Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 2 Jun 2021 21:05:29 -0400 Subject: [PATCH] WIP --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7b592f3..e3af038 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: - name: deploy image: node commands: - - npm publish + - npm publish --verbose when: event: - tag