Skip to content

Commit f5af5a8

Browse files
ryok90theGrep01
authored andcommitted
fix: remove project json build command to avoid pnpm build loop command
1 parent f5abacc commit f5af5a8

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

packages/metro-core/project.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
"projectType": "library",
66
"tags": ["type:pkg"],
77
"targets": {
8-
"build": {
9-
"executor": "nx:run-commands",
10-
"options": {
11-
"commands": ["pnpm build"]
12-
}
13-
},
148
"lint": {
159
"executor": "@nx/eslint:lint",
1610
"outputs": ["{options.outputFile}"],

packages/metro-plugin-rnef/project.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
"projectType": "library",
66
"tags": ["type:pkg"],
77
"targets": {
8-
"build": {
9-
"executor": "nx:run-commands",
10-
"outputs": ["{workspaceRoot}/packages/metro-plugin-rnef/dist"],
11-
"options": {
12-
"commands": ["pnpm build"]
13-
}
14-
},
158
"lint": {
169
"executor": "@nx/eslint:lint"
1710
},

0 commit comments

Comments
 (0)