Skip to content

Commit 63c7a5e

Browse files
committed
Add pnpm-workspace file to wireit configs
1 parent cf41909 commit 63c7a5e

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

packages/create-react-router/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"build": {
2727
"command": "tsup",
2828
"files": [
29+
"../../pnpm-workspace.yaml",
2930
"*.ts",
3031
"tsconfig.json",
3132
"package.json"

packages/react-router-architect/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"build": {
4040
"command": "tsup",
4141
"files": [
42+
"../../pnpm-workspace.yaml",
4243
"sessions/**",
4344
"*.ts",
4445
"tsconfig.json",

packages/react-router-cloudflare/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"build": {
3535
"command": "tsup",
3636
"files": [
37+
"../../pnpm-workspace.yaml",
3738
"sessions/**",
3839
"*.ts",
3940
"tsconfig.json",

packages/react-router-dev/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"build": {
4949
"command": "tsup",
5050
"files": [
51+
"../../pnpm-workspace.yaml",
5152
"cli/**",
5253
"config/**",
5354
"module-sync-enabled/**",

packages/react-router-dom/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"build": {
4949
"command": "tsup",
5050
"files": [
51+
"../../pnpm-workspace.yaml",
5152
"*.ts",
5253
"tsconfig.json",
5354
"package.json"

packages/react-router-express/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"build": {
4040
"command": "tsup",
4141
"files": [
42+
"../../pnpm-workspace.yaml",
4243
"*.ts",
4344
"tsconfig.json",
4445
"package.json"

packages/react-router-fs-routes/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"build": {
2929
"command": "tsup",
3030
"files": [
31+
"../../pnpm-workspace.yaml",
3132
"*.ts",
3233
"tsconfig.json",
3334
"package.json"

packages/react-router-node/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"build": {
4040
"command": "tsup",
4141
"files": [
42+
"../../pnpm-workspace.yaml",
4243
"sessions/**",
4344
"*.ts",
4445
"tsconfig.json",

packages/react-router-remix-routes-option-adapter/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"build": {
2828
"command": "tsup",
2929
"files": [
30+
"../../pnpm-workspace.yaml",
3031
"*.ts",
3132
"tsconfig.json",
3233
"package.json"

packages/react-router-serve/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"build": {
2626
"command": "tsup",
2727
"files": [
28+
"../../pnpm-workspace.yaml",
2829
"*.ts",
2930
"bin.js",
3031
"tsconfig.json",

0 commit comments

Comments
 (0)