Skip to content

Commit 9de97d0

Browse files
authored
fix(misc): publish legacy readmes (#16678)
1 parent c51e6d5 commit 9de97d0

24 files changed

Lines changed: 100 additions & 24 deletions

File tree

packages-legacy/angular/project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,14 @@
4545
"dependsOn": ["build-ng", "build-base", "^build"],
4646
"executor": "nx:run-commands",
4747
"options": {
48-
"command": "echo 'Built angular-legacy'"
48+
"commands": [
49+
{
50+
"command": "node ./scripts/copy-readme.js angular-legacy"
51+
},
52+
{
53+
"command": "echo 'Built angular-legacy'"
54+
}
55+
]
4956
}
5057
}
5158
},

packages-legacy/cypress/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"command": "node ./scripts/copy-readme.js cypress-legacy"
9+
},
10+
"build-base": {
811
"executor": "@nx/js:tsc",
9-
"dependsOn": ["^build"],
12+
"dependsOn": ["^build-base"],
1013
"options": {
1114
"main": "packages-legacy/cypress/index.ts",
1215
"tsConfig": "packages-legacy/cypress/tsconfig.json",

packages-legacy/detox/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"command": "node ./scripts/copy-readme.js detox-legacy"
9+
},
10+
"build-base": {
811
"executor": "@nx/js:tsc",
9-
"dependsOn": ["^build"],
12+
"dependsOn": ["^build-base"],
1013
"options": {
1114
"main": "packages-legacy/detox/index.ts",
1215
"tsConfig": "packages-legacy/detox/tsconfig.json",

packages-legacy/devkit/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"command": "node ./scripts/copy-readme.js devkit-legacy"
9+
},
10+
"build-base": {
811
"executor": "@nx/js:tsc",
9-
"dependsOn": ["^build"],
12+
"dependsOn": ["^build-base"],
1013
"options": {
1114
"main": "packages-legacy/devkit/index.ts",
1215
"tsConfig": "packages-legacy/devkit/tsconfig.json",

packages-legacy/esbuild/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"command": "node ./scripts/copy-readme.js esbuild-legacy"
9+
},
10+
"build-base": {
811
"executor": "@nx/js:tsc",
9-
"dependsOn": ["^build"],
12+
"dependsOn": ["^build-base"],
1013
"options": {
1114
"main": "packages-legacy/esbuild/index.ts",
1215
"tsConfig": "packages-legacy/esbuild/tsconfig.json",

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"command": "node ./scripts/copy-readme.js eslint-plugin-nx-legacy"
9+
},
10+
"build-base": {
811
"executor": "@nx/js:tsc",
9-
"dependsOn": ["^build"],
12+
"dependsOn": ["^build-base"],
1013
"options": {
1114
"main": "packages-legacy/eslint-plugin-nx/index.ts",
1215
"tsConfig": "packages-legacy/eslint-plugin-nx/tsconfig.json",

packages-legacy/expo/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"command": "node ./scripts/copy-readme.js expo-legacy"
9+
},
10+
"build-base": {
811
"executor": "@nx/js:tsc",
9-
"dependsOn": ["^build"],
12+
"dependsOn": ["^build-base"],
1013
"options": {
1114
"main": "packages-legacy/expo/index.ts",
1215
"tsConfig": "packages-legacy/expo/tsconfig.json",

packages-legacy/express/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"command": "node ./scripts/copy-readme.js express-legacy"
9+
},
10+
"build-base": {
811
"executor": "@nx/js:tsc",
9-
"dependsOn": ["^build"],
12+
"dependsOn": ["^build-base"],
1013
"options": {
1114
"main": "packages-legacy/express/index.ts",
1215
"tsConfig": "packages-legacy/express/tsconfig.json",

packages-legacy/jest/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"command": "node ./scripts/copy-readme.js jest-legacy"
9+
},
10+
"build-base": {
811
"executor": "@nx/js:tsc",
9-
"dependsOn": ["^build"],
12+
"dependsOn": ["^build-base"],
1013
"options": {
1114
"main": "packages-legacy/jest/index.ts",
1215
"tsConfig": "packages-legacy/jest/tsconfig.json",

packages-legacy/js/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8+
"command": "node ./scripts/copy-readme.js js-legacy"
9+
},
10+
"build-base": {
811
"executor": "@nx/js:tsc",
9-
"dependsOn": ["^build"],
12+
"dependsOn": ["^build-base"],
1013
"options": {
1114
"main": "packages-legacy/js/index.ts",
1215
"tsConfig": "packages-legacy/js/tsconfig.json",

0 commit comments

Comments
 (0)