Skip to content

Commit bd49b44

Browse files
authored
chore: use naming convention for test project branches (#1602)
2 parents a318b99 + 45d036e commit bd49b44

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

packages/pluggableWidgets/datagrid-date-filter-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"testProject": {
2525
"githubUrl": "https://github.com/mendix/testProjects",
26-
"branchName": "datagrid-date-filter-web"
26+
"branchName": "datagrid-date-filter-web/main"
2727
},
2828
"scripts": {
2929
"build": "pluggable-widgets-tools build:ts",

packages/pluggableWidgets/datagrid-dropdown-filter-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"testProject": {
2525
"githubUrl": "https://github.com/mendix/testProjects",
26-
"branchName": "datagrid-dropdown-filter-web"
26+
"branchName": "datagrid-dropdown-filter-web/main"
2727
},
2828
"scripts": {
2929
"build": "pluggable-widgets-tools build:ts",

packages/pluggableWidgets/datagrid-number-filter-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"testProject": {
2525
"githubUrl": "https://github.com/mendix/testProjects",
26-
"branchName": "datagrid-number-filter-web"
26+
"branchName": "datagrid-number-filter-web/main"
2727
},
2828
"scripts": {
2929
"build": "pluggable-widgets-tools build:ts",

packages/pluggableWidgets/datagrid-text-filter-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"testProject": {
2525
"githubUrl": "https://github.com/mendix/testProjects",
26-
"branchName": "datagrid-text-filter-web-9d04c79"
26+
"branchName": "datagrid-text-filter-web/9d04c79"
2727
},
2828
"scripts": {
2929
"build": "pluggable-widgets-tools build:ts",

packages/pluggableWidgets/datagrid-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"testProject": {
2525
"githubUrl": "https://github.com/mendix/testProjects",
26-
"branchName": "datagrid-web-referenceSet"
26+
"branchName": "datagrid-web/referenceSet"
2727
},
2828
"scripts": {
2929
"build": "pluggable-widgets-tools build:ts",

packages/pluggableWidgets/dropdown-sort-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"testProject": {
2525
"githubUrl": "https://github.com/mendix/testProjects",
26-
"branchName": "dropdown-sort-web"
26+
"branchName": "dropdown-sort-web/main"
2727
},
2828
"scripts": {
2929
"build": "pluggable-widgets-tools build:ts",

packages/pluggableWidgets/gallery-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"testProject": {
2525
"githubUrl": "https://github.com/mendix/testProjects",
26-
"branchName": "gallery-web-2023-10-17"
26+
"branchName": "gallery-web/2023-10-17"
2727
},
2828
"scripts": {
2929
"build": "pluggable-widgets-tools build:web",

packages/pluggableWidgets/selection-helper-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"testProject": {
2525
"githubUrl": "https://github.com/mendix/testProjects",
26-
"branchName": "gallery-web"
26+
"branchName": "gallery-web/main"
2727
},
2828
"scripts": {
2929
"build": "pluggable-widgets-tools build:web",

packages/pluggableWidgets/tree-node-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"testProject": {
2525
"githubUrl": "https://github.com/mendix/testProjects",
26-
"branchName": "tree-node-web"
26+
"branchName": "tree-node-web/main"
2727
},
2828
"scripts": {
2929
"build": "pluggable-widgets-tools build:web",

0 commit comments

Comments
 (0)