Skip to content

Commit 32efe8d

Browse files
authored
Revert removal of development scripts (#34176)
1 parent 7dd9466 commit 32efe8d

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

packages/devextreme/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@
192192
"build:modular:watch": "cd ./playground/modular && webpack --watch",
193193
"build:community-localization": "gulp generate-community-locales",
194194
"build:systemjs": "gulp transpile-systemjs",
195+
"dev": "cross-env DEVEXTREME_TEST_CI=true gulp dev",
196+
"dev:watch": "cross-env DEVEXTREME_TEST_CI=true gulp dev-watch",
195197
"dev:playground": "vite",
196198
"transpile-tests": "gulp transpile-tests",
197199
"update-ts-reexports": "dx-tools generate-reexports --sources ./js --exclude \"((dialog|export|list_light|notify|overlay|palette|set_template_engine|splitter_control|themes|themes_callback|track_bar|utils|validation_engine|validation_message)[.d.ts])\" --compiler-options \"{ \\\"typeRoots\\\": [] }\"",

packages/devextreme/project.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,15 @@
14881488
],
14891489
"cache": true
14901490
},
1491+
"dev": {
1492+
"executor": "nx:run-script",
1493+
"options": {
1494+
"script": "dev"
1495+
},
1496+
"dependsOn": [
1497+
"^build"
1498+
]
1499+
},
14911500
"lint": {
14921501
"executor": "nx:noop",
14931502
"dependsOn": [

0 commit comments

Comments
 (0)