From 4c6045b5c8d36582f0bff0cc4646f0441a943a8b Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 9 Jul 2020 16:50:11 +0100 Subject: [PATCH] Remove unnecessary build step --- workspace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.json b/workspace.json index 70d13d1dec..6b11f9abb2 100644 --- a/workspace.json +++ b/workspace.json @@ -82,7 +82,7 @@ "options": { "commands": [ { - "command": "csslint && node apps/remix-ide/test/index.js" + "command": "csslint" } ] }