From c2ceb0495983b10a3cc73680cfaad566909ec5f7 Mon Sep 17 00:00:00 2001 From: Jim Laurie Date: Mon, 14 May 2018 14:08:06 +0200 Subject: [PATCH] Remove eslint from strapi-helper-plugin waiting for eslint PR --- packages/strapi/package.json | 2 +- scripts/test.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/strapi/package.json b/packages/strapi/package.json index 79f2b7a0cb..32f3ae5ab0 100755 --- a/packages/strapi/package.json +++ b/packages/strapi/package.json @@ -91,4 +91,4 @@ }, "preferGlobal": true, "license": "MIT" -} +} \ No newline at end of file diff --git a/scripts/test.sh b/scripts/test.sh index 4978f159ff..51838f2985 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -32,5 +32,5 @@ cd ../strapi-plugin-upload npm run test # Test `strapi-helper-plugin` -cd ../strapi-helper-plugin/lib -npm run test +# cd ../strapi-helper-plugin/lib +# npm run test