File tree Expand file tree Collapse file tree 10 files changed +128
-15
lines changed Expand file tree Collapse file tree 10 files changed +128
-15
lines changed Original file line number Diff line number Diff line change 55 "projectType" : " library" ,
66 "targets" : {
77 "build" : {
8+ "executor" : " nx:noop" ,
9+ "dependsOn" : [" build:README" ]
10+ },
11+ "build:README" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "commands" : [
15+ " cp packages/php-wasm/cli/README.md dist/packages/php-wasm/cli"
16+ ]
17+ },
18+ "dependsOn" : [" build:package-json" ]
19+ },
20+ "build:package-json" : {
821 "executor" : " @wp-playground/nx-extensions:package-json" ,
922 "options" : {
1023 "tsConfig" : " packages/php-wasm/cli/tsconfig.lib.json" ,
Original file line number Diff line number Diff line change 55 "projectType" : " library" ,
66 "targets" : {
77 "build" : {
8+ "executor" : " nx:noop" ,
9+ "dependsOn" : [" build:README" ]
10+ },
11+ "build:README" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "commands" : [
15+ " cp packages/php-wasm/progress/README.md dist/packages/php-wasm/progress"
16+ ]
17+ },
18+ "dependsOn" : [" build:package-json" ]
19+ },
20+ "build:package-json" : {
821 "executor" : " @wp-playground/nx-extensions:package-json" ,
922 "options" : {
1023 "tsConfig" : " packages/php-wasm/progress/tsconfig.lib.json" ,
Original file line number Diff line number Diff line change 55 "projectType" : " library" ,
66 "targets" : {
77 "build" : {
8+ "executor" : " nx:noop" ,
9+ "dependsOn" : [" build:README" ]
10+ },
11+ "build:README" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "commands" : [
15+ " cp packages/php-wasm/scopes/README.md dist/packages/php-wasm/scopes"
16+ ]
17+ },
18+ "dependsOn" : [" build:package-json" ]
19+ },
20+ "build:package-json" : {
821 "executor" : " @wp-playground/nx-extensions:package-json" ,
922 "options" : {
1023 "tsConfig" : " packages/php-wasm/scopes/tsconfig.lib.json" ,
Original file line number Diff line number Diff line change 55 "projectType" : " library" ,
66 "targets" : {
77 "build" : {
8- "executor" : " @wp-playground/nx-extensions:package-json" ,
8+ "executor" : " nx:noop" ,
9+ "dependsOn" : [" build:README" ]
10+ },
11+ "build:README" : {
12+ "executor" : " nx:run-commands" ,
913 "options" : {
10- "tsConfig" : " packages/php-wasm/web-service-worker/tsconfig.lib.json" ,
11- "outputPath" : " dist/packages/php-wasm/web-service-worker" ,
12- "buildTarget" : " php-wasm-web-service-worker:build:bundle:production"
13- }
14+ "commands" : [
15+ " cp packages/php-wasm/web-service-worker/README.md dist/packages/php-wasm/web-service-worker"
16+ ]
17+ },
18+ "dependsOn" : [" build:package-json" ]
1419 },
1520 "build:package-json" : {
1621 "executor" : " @wp-playground/nx-extensions:package-json" ,
Original file line number Diff line number Diff line change 55 "projectType" : " library" ,
66 "targets" : {
77 "build" : {
8+ "executor" : " nx:noop" ,
9+ "dependsOn" : [" build:README" ]
10+ },
11+ "build:README" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "commands" : [
15+ " cp packages/playground/blueprints/README.md dist/packages/playground/blueprints"
16+ ]
17+ },
18+ "dependsOn" : [" build:package-json" ]
19+ },
20+ "build:package-json" : {
821 "executor" : " @wp-playground/nx-extensions:package-json" ,
922 "options" : {
1023 "tsConfig" : " packages/playground/blueprints/tsconfig.lib.json" ,
Original file line number Diff line number Diff line change 55 "projectType" : " library" ,
66 "targets" : {
77 "build" : {
8+ "executor" : " nx:noop" ,
9+ "dependsOn" : [" build:README" ]
10+ },
11+ "build:README" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "commands" : [
15+ " cp packages/playground/cli/README.md dist/packages/playground/cli"
16+ ]
17+ },
18+ "dependsOn" : [" build:package-json" ]
19+ },
20+ "build:package-json" : {
821 "executor" : " @wp-playground/nx-extensions:package-json" ,
922 "options" : {
1023 "tsConfig" : " packages/playground/cli/tsconfig.lib.json" ,
Original file line number Diff line number Diff line change 55 "projectType" : " library" ,
66 "targets" : {
77 "build" : {
8+ "executor" : " nx:noop" ,
9+ "dependsOn" : [" build:README" ]
10+ },
11+ "build:README" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "commands" : [
15+ " cp packages/playground/client/README.md dist/packages/playground/client"
16+ ]
17+ },
18+ "dependsOn" : [" build:package-json" ]
19+ },
20+ "build:package-json" : {
821 "executor" : " @wp-playground/nx-extensions:package-json" ,
922 "options" : {
1023 "tsConfig" : " packages/playground/client/tsconfig.lib.json" ,
1124 "outputPath" : " dist/packages/playground/client" ,
1225 "buildTarget" : " playground-client:build:bundle:production"
1326 },
14- "dependsOn" : [" build:README " , " build: rollup-declarations" ]
27+ "dependsOn" : [" build:rollup-declarations" ]
1528 },
1629 "build:rollup-declarations" : {
1730 "executor" : " nx:run-commands" ,
2639 },
2740 "dependsOn" : [" build:bundle" ]
2841 },
29- "build:README" : {
30- "executor" : " nx:run-commands" ,
31- "options" : {
32- "commands" : [
33- " cp packages/playground/client/README.md dist/packages/playground/client"
34- ]
35- },
36- "dependsOn" : [" build:bundle" ]
37- },
3842 "build:bundle" : {
3943 "executor" : " @nx/vite:build" ,
4044 "outputs" : [" {options.outputPath}" ],
Original file line number Diff line number Diff line change 55 "projectType" : " library" ,
66 "targets" : {
77 "build" : {
8+ "executor" : " nx:noop" ,
9+ "dependsOn" : [" build:README" ]
10+ },
11+ "build:README" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "commands" : [
15+ " cp packages/playground/components/README.md dist/packages/playground/components"
16+ ]
17+ },
18+ "dependsOn" : [" build:vite" ]
19+ },
20+ "build:vite" : {
821 "executor" : " @nx/vite:build" ,
922 "outputs" : [" {options.outputPath}" ],
1023 "defaultConfiguration" : " production" ,
Original file line number Diff line number Diff line change 55 "projectType" : " library" ,
66 "targets" : {
77 "build" : {
8+ "executor" : " nx:noop" ,
9+ "dependsOn" : [" build:README" ]
10+ },
11+ "build:README" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "commands" : [
15+ " cp packages/playground/remote/README.md dist/packages/playground/remote"
16+ ]
17+ },
18+ "dependsOn" : [" build:vite" ]
19+ },
20+ "build:vite" : {
821 "executor" : " @nx/vite:build" ,
922 "outputs" : [" {options.outputPath}" ],
1023 "options" : {
Original file line number Diff line number Diff line change 66 "tags" : [" scope:web-client" ],
77 "targets" : {
88 "build" : {
9+ "executor" : " nx:noop" ,
10+ "dependsOn" : [" build:README" ]
11+ },
12+ "build:README" : {
13+ "executor" : " nx:run-commands" ,
14+ "options" : {
15+ "commands" : [
16+ " cp packages/playground/sync/README.md dist/packages/playground/sync"
17+ ]
18+ },
19+ "dependsOn" : [" build:vite" ]
20+ },
21+ "build:vite" : {
922 "executor" : " @nx/vite:build" ,
1023 "outputs" : [" {options.outputPath}" ],
1124 "defaultConfiguration" : " production" ,
You can’t perform that action at this time.
0 commit comments