From 27c671250fab304b070d11b82f06ca18614ed651 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Fri, 14 Jul 2017 17:01:56 -0700 Subject: [PATCH] remove broken npm script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 80dd4dff94..adb45c64ae 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,7 @@ }, "scripts": { "build": "gulp", - "test": "gulp lint && wct", - "test-build": "gulp switch && wct && gulp restore" + "test": "gulp lint && wct" }, "repository": { "type": "git",