From 4c6b62ec30c5e11010b04c9064407dd296e8fbb1 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 7 Nov 2016 08:03:28 -0500 Subject: [PATCH] oops --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 8953f54..a5ccc01 100644 --- a/Rakefile +++ b/Rakefile @@ -25,7 +25,7 @@ task :lint => [:build, :cs_lint] desc 'Retrieve, Build, Test' task :preflight => [:clean, :retrieve, :build, :test, :lint] - +throw "oops" desc 'cleans up artifacts' task :clean do puts 'cleaning artifacts from directory'