Skip to content

Commit 86ab1d2

Browse files
author
John Doe
committed
refactor: adjust project.json files
1 parent 9e32cff commit 86ab1d2

File tree

19 files changed

+2
-32
lines changed

19 files changed

+2
-32
lines changed

examples/plugins/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"sourceRoot": "examples/plugins/src",
55
"projectType": "library",
66
"targets": {
7-
"build": {},
87
"lint": {},
98
"unit-test": {},
109
"int-test": {},

packages/ci/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"sourceRoot": "packages/ci/src",
55
"projectType": "library",
66
"targets": {
7-
"build": {},
87
"lint": {},
98
"unit-test": {},
109
"int-test": {},

packages/cli/project.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
"sourceRoot": "packages/cli/src",
55
"projectType": "library",
66
"targets": {
7-
"build": {
8-
"options": {
9-
"assets": ["{projectRoot}/*.md", "{projectRoot}/bin/*"]
10-
}
11-
},
127
"lint": {},
138
"unit-test": {},
149
"int-test": {},

packages/core/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"sourceRoot": "packages/core/src",
55
"projectType": "library",
66
"targets": {
7-
"build": {},
87
"lint": {},
98
"unit-test": {},
109
"int-test": {},

packages/create-cli/project.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"sourceRoot": "packages/create-cli/src",
55
"projectType": "library",
66
"targets": {
7-
"build": {},
87
"lint": {},
9-
108
"unit-test": {},
119
"code-pushup": {},
1210
"code-pushup-eslint": {},

packages/plugin-axe/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"tags": ["scope:plugin", "type:feature", "publishable"],
77
"// targets": "to see all targets run: nx show project plugin-axe --web",
88
"targets": {
9-
"build": {},
109
"lint": {},
1110
"unit-test": {},
1211
"int-test": {},

packages/plugin-coverage/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"sourceRoot": "packages/plugin-coverage/src",
55
"projectType": "library",
66
"targets": {
7-
"build": {},
87
"lint": {},
98
"unit-test": {},
109
"int-test": {},

packages/plugin-eslint/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"sourceRoot": "packages/plugin-eslint/src",
55
"projectType": "library",
66
"targets": {
7-
"build": {},
87
"lint": {},
98
"unit-test": {},
109
"int-test": {},

packages/plugin-js-packages/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"sourceRoot": "packages/plugin-js-packages/src",
55
"projectType": "library",
66
"targets": {
7-
"build": {},
87
"lint": {},
98
"unit-test": {},
109
"code-pushup": {},

packages/plugin-jsdocs/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"projectType": "library",
66
"tags": ["scope:plugin", "type:feature", "publishable"],
77
"targets": {
8-
"build": {},
98
"lint": {},
109
"unit-test": {},
1110
"int-test": {},

0 commit comments

Comments
 (0)