Skip to content

Commit 73bcb53

Browse files
committed
fix: remove test command usage
1 parent 6ffa767 commit 73bcb53

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

packages/devextreme-angular/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"devextreme": "workspace:*"
2626
},
2727
"devDependencies": {
28-
"shx": "0.4.0",
2928
"@angular-devkit/architect": "0.1900.2",
3029
"@angular-devkit/schematics": "17.3.11",
3130
"@angular/animations": "17.3.12",

packages/devextreme-angular/project.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,17 +195,24 @@
195195
"pnpm --workspace-root nx build:ngc devextreme-angular",
196196
"pnpm --workspace-root nx npm:content devextreme-angular",
197197
"pnpm --workspace-root nx npm:package-json devextreme-angular",
198-
"shx test \"$WITH_DESC\" != \"true\" || pnpm --workspace-root run angular:inject-descriptions",
199198
"pnpm --workspace-root nx npm:pack-npm-dist devextreme-angular",
200199
"pnpm --workspace-root nx update-node-modules-with-npm-dist devextreme-angular"
201200
],
202201
"parallel": false
203202
},
204203
"configurations": {
205204
"with-descriptions": {
206-
"env": {
207-
"WITH_DESC": "true"
208-
}
205+
"commands": [
206+
"pnpm --workspace-root nx run-many --targets=clean:dist,clean:npm --projects=devextreme-angular",
207+
"pnpm --workspace-root nx copy:build-sources devextreme-angular",
208+
"pnpm --workspace-root nx build:license-headers devextreme-angular",
209+
"pnpm --workspace-root nx build:ngc devextreme-angular",
210+
"pnpm --workspace-root nx npm:content devextreme-angular",
211+
"pnpm --workspace-root nx npm:package-json devextreme-angular",
212+
"pnpm --workspace-root run angular:inject-descriptions",
213+
"pnpm --workspace-root nx npm:pack-npm-dist devextreme-angular",
214+
"pnpm --workspace-root nx update-node-modules-with-npm-dist devextreme-angular"
215+
]
209216
}
210217
}
211218
},

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)