Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 8b8e338

Browse files
shubhsnovswmitra
authored andcommitted
Removing the old Brackets CLA check (#14684)
* Commenting the test script command * Adding the new command * Removing the old command
1 parent f4e1853 commit 8b8e338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"scripts": {
6565
"prepush": "npm run eslint",
6666
"postinstall": "grunt install",
67-
"test": "grunt test cla-check-pull",
67+
"test": "grunt test",
6868
"eslint": "grunt eslint"
6969
},
7070
"licenses": [

src/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"scripts": {
9191
"prepush": "npm run eslint",
9292
"postinstall": "grunt install",
93-
"test": "grunt test cla-check-pull",
93+
"test": "grunt test",
9494
"eslint": "grunt eslint"
9595
},
9696
"licenses": [

0 commit comments

Comments
 (0)