aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-11-16 12:32:21 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-11-16 12:32:21 +0100
commitcb90bcfdc78d135bada88ed6189c8311e62eb6cf (patch)
treec9d73001556ea4ddbe7cde3a979cb3257fe5fe8b
parentMerge branch 'develop' of https://github.com/getferdi/ferdi into develop (diff)
downloadferdium-app-cb90bcfdc78d135bada88ed6189c8311e62eb6cf.tar.gz
ferdium-app-cb90bcfdc78d135bada88ed6189c8311e62eb6cf.tar.zst
ferdium-app-cb90bcfdc78d135bada88ed6189c8311e62eb6cf.zip
Settings node environment for appveyor builds
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1034565ed..7ec535ec6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,6 +14,7 @@ cache:
14before_build: 14before_build:
15 - npm run lint 15 - npm run lint
16 - npm run test 16 - npm run test
17 - cmd: set NODE_ENV=production
17 18
18build_script: 19build_script:
19 - npm run build 20 - npm run build