From 42bd9a5baad2fd78846c7bc0ca893fbf8fd2b894 Mon Sep 17 00:00:00 2001 From: Clive Makamara Date: Thu, 30 Mar 2017 12:37:53 +0200 Subject: [PATCH] Turn off build in appveyor --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ced06c5..2230949 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,4 +24,6 @@ test_script: - npm link - cd recursive && yo at-angular --default - npm test - - npm run build \ No newline at end of file + - npm run build + +build: off \ No newline at end of file