From aafd78e07691dfc0350e18f24269f5db3a9e371c Mon Sep 17 00:00:00 2001 From: Shubham Yadav Date: Wed, 3 Apr 2019 16:10:09 +0530 Subject: [PATCH 1/3] Commenting the test script command --- package.json | 2 +- src/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ddc92dd54af..6ccb2438bd6 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "scripts": { "prepush": "npm run eslint", "postinstall": "grunt install", - "test": "grunt test cla-check-pull", + //"test": "grunt test cla-check-pull", "eslint": "grunt eslint" }, "licenses": [ diff --git a/src/config.json b/src/config.json index ef4e55d96b2..6af7af41040 100644 --- a/src/config.json +++ b/src/config.json @@ -90,7 +90,7 @@ "scripts": { "prepush": "npm run eslint", "postinstall": "grunt install", - "test": "grunt test cla-check-pull", + //"test": "grunt test cla-check-pull", "eslint": "grunt eslint" }, "licenses": [ From 11334139bb2400991eb6c6787d4db7e18f25fd9f Mon Sep 17 00:00:00 2001 From: Shubham Yadav Date: Wed, 3 Apr 2019 16:14:33 +0530 Subject: [PATCH 2/3] Adding the new command --- package.json | 1 + src/config.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index 6ccb2438bd6..fd28d20fda9 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,7 @@ "prepush": "npm run eslint", "postinstall": "grunt install", //"test": "grunt test cla-check-pull", + "test": "grunt test", "eslint": "grunt eslint" }, "licenses": [ diff --git a/src/config.json b/src/config.json index 6af7af41040..5e2503e60a4 100644 --- a/src/config.json +++ b/src/config.json @@ -91,6 +91,7 @@ "prepush": "npm run eslint", "postinstall": "grunt install", //"test": "grunt test cla-check-pull", + "test": "grunt test", "eslint": "grunt eslint" }, "licenses": [ From 64c686bf8ffa23d9f0c00dfd91ef23322590d7a4 Mon Sep 17 00:00:00 2001 From: Shubham Yadav Date: Wed, 3 Apr 2019 16:18:49 +0530 Subject: [PATCH 3/3] Removing the old command --- package.json | 1 - src/config.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index fd28d20fda9..39a007375b3 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,6 @@ "scripts": { "prepush": "npm run eslint", "postinstall": "grunt install", - //"test": "grunt test cla-check-pull", "test": "grunt test", "eslint": "grunt eslint" }, diff --git a/src/config.json b/src/config.json index 5e2503e60a4..016a404abb7 100644 --- a/src/config.json +++ b/src/config.json @@ -90,7 +90,6 @@ "scripts": { "prepush": "npm run eslint", "postinstall": "grunt install", - //"test": "grunt test cla-check-pull", "test": "grunt test", "eslint": "grunt eslint" },