aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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