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": {

packages-legacy/linter/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-legacy"
910
},
1011
"build-base": {

packages-legacy/nest/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 nest-legacy"
910
},
1011
"build-base": {

packages-legacy/next/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 next-legacy"
910
},
1011
"build-base": {

packages-legacy/node/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 node-legacy"
910
},
1011
"build-base": {

packages-legacy/nx-plugin/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 nx-plugin-legacy"
910
},
1011
"build-base": {

packages-legacy/react-native/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 react-native-legacy"
910
},
1011
"build-base": {

packages-legacy/react/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 react-legacy"
910
},
1011
"build-base": {

packages-legacy/rollup/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 rollup-legacy"
910
},
1011
"build-base": {

packages-legacy/storybook/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 storybook-legacy"
910
},
1011
"build-base": {

packages-legacy/vite/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 vite-legacy"
910
},
1011
"build-base": {

packages-legacy/web/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 web-legacy"
910
},
1011
"build-base": {

packages-legacy/webpack/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 webpack-legacy"
910
},
1011
"build-base": {

packages-legacy/workspace/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 workspace-legacy"
910
},
1011
"build-base": {

scripts/copy-readme.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ r = r.replace(
2323
fs.readFileSync('scripts/readme-fragments/resources.md')
2424
);
2525

26+
console.log('WRITING', `build/packages/${p}/README.md`);
27+
2628
fs.writeFileSync(`build/packages/${p}/README.md`, r);

0 commit comments

Comments
 (0)