From ff6a1f6d594140fa796d16cae1cbf914e32fa8dd Mon Sep 17 00:00:00 2001 From: konrad Date: Fri, 12 Jan 2018 10:17:21 +0100 Subject: [PATCH] Modified build process to build the frontend only once --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 395e4ff..b9fd54e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ pipeline: commands: - cd frontend/ - rm siteconfig.json - - echo \'{"API_URL": "/api/v1/"}\' > siteconfig.json + - "echo '{\"API_URL\": \"/api/v1/\"}' > siteconfig.json" - npm install - npm run build when: