Skip to content

Commit 1cad363

Browse files
authored
chore: modify build:pkg command (#2327)
1 parent f26aa2d commit 1cad363

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint": "nx run-many --target=lint",
2626
"test": "nx run-many --target=test",
2727
"build": "nx run-many --target=build --parallel=3 --exclude='*,!tag:package'",
28-
"build:pkg": "nx run-many --target=build --parallel=3 --exclude='react_ts_remote,react_ts_host'",
28+
"build:pkg": "nx run-many --targets=build --projects=tag:type:pkg",
2929
"lint-fix": "nx format:write --uncommitted",
3030
"trigger-release": "node -e 'import(\"open\").then(open => open.default(\"https://github.com/module-federation/universe/actions/workflows/trigger-release.yml\"))'",
3131
"serve:next": "nx run-many --target=serve --all --parallel=3 -exclude='*,!tag:nextjs'",

packages/chrome-devtools/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
}
3030
}
3131
},
32-
"tags": ["package"]
32+
"tags": ["type:pkg"]
3333
}

packages/core/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
}
4747
}
4848
},
49-
"tags": ["package"]
49+
"tags": ["type:pkg"]
5050
}

packages/dts-plugin/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
}
6060
}
6161
},
62-
"tags": ["package"]
62+
"tags": ["type:pkg"]
6363
}

packages/enhanced/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@
6464
}
6565
}
6666
},
67-
"tags": ["package"]
67+
"tags": ["type:pkg"]
6868
}

packages/managers/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
}
6161
}
6262
},
63-
"tags": ["package"]
63+
"tags": ["type:pkg"]
6464
}

packages/manifest/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
}
6161
}
6262
},
63-
"tags": ["package"]
63+
"tags": ["type:pkg"]
6464
}

packages/native-federation-tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
}
4545
}
4646
},
47-
"tags": ["package"],
47+
"tags": ["type:pkg"],
4848
"implicitDependencies": []
4949
}

packages/native-federation-typescript/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"executor": "@goestav/nx-semantic-release:semantic-release"
5050
}
5151
},
52-
"tags": ["package"],
52+
"tags": ["type:pkg"],
5353
"implicitDependencies": []
5454
}

packages/nextjs-mf/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@
6161
}
6262
}
6363
},
64-
"tags": ["package"]
64+
"tags": ["type:pkg"]
6565
}

0 commit comments

Comments
 (0)