Skip to content

Commit 6ffa767

Browse files
committed
fix: use shx to launch cross-platform commands
1 parent 803cd0f commit 6ffa767

File tree

3 files changed

+46
-99
lines changed

3 files changed

+46
-99
lines changed

packages/devextreme-angular/package.json

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

packages/devextreme-angular/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
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-
"test \"$WITH_DESC\" != \"true\" || pnpm --workspace-root run angular:inject-descriptions",
198+
"shx test \"$WITH_DESC\" != \"true\" || pnpm --workspace-root run angular:inject-descriptions",
199199
"pnpm --workspace-root nx npm:pack-npm-dist devextreme-angular",
200200
"pnpm --workspace-root nx update-node-modules-with-npm-dist devextreme-angular"
201201
],

0 commit comments

Comments
 (0)