Skip to content

Commit e20860d

Browse files
authored
fix(misc): publish legacy readmes (#19762)
1 parent 135b86e commit e20860d

File tree

24 files changed

+25
-0
lines changed

24 files changed

+25
-0
lines changed

packages-legacy/cypress/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"],
89
"command": "node ./scripts/copy-readme.js cypress-legacy"
910
},
1011
"build-base": {

packages-legacy/detox/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"],
89
"command": "node ./scripts/copy-readme.js detox-legacy"
910
},
1011
"build-base": {

packages-legacy/devkit/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"],
89
"command": "node ./scripts/copy-readme.js devkit-legacy"
910
},
1011
"build-base": {

packages-legacy/esbuild/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"],
89
"command": "node ./scripts/copy-readme.js esbuild-legacy"
910
},
1011
"build-base": {

packages-legacy/eslint-plugin-nx/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"],
89
"command": "node ./scripts/copy-readme.js eslint-plugin-nx-legacy"
910
},
1011
"build-base": {

packages-legacy/expo/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"],
89
"command": "node ./scripts/copy-readme.js expo-legacy"
910
},
1011
"build-base": {

packages-legacy/express/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"],
89
"command": "node ./scripts/copy-readme.js express-legacy"
910
},
1011
"build-base": {

packages-legacy/jest/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"],
89
"command": "node ./scripts/copy-readme.js jest-legacy"
910
},
1011
"build-base": {

packages-legacy/js/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"],
89
"command": "node ./scripts/copy-readme.js js-legacy"
910
},
1011
"build-base": {

packages-legacy/linter-nx/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"],
89
"command": "node ./scripts/copy-readme.js linter-nx-legacy"
910
},
1011
"build-base": {

0 commit comments

Comments
 (0)