From efb2a0522365bbe3791731fd2ebec21a9fb2f1f2 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 24 Aug 2018 20:32:10 +0800 Subject: [PATCH] update --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f7e53fb..e9a55e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: build: image: node:8 - command: + commands: - npm install - BASE_URL=/web npm run build when: