From 48c9ab08c9478cffa5180f732fa9e9fc3d61b9a7 Mon Sep 17 00:00:00 2001 From: konrad Date: Fri, 12 Jan 2018 10:14:08 +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 5ad5ca7..395e4ff 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: