Skip to content

Commit 833ab43

Browse files
committed
docs: update copilot instructions
1 parent 7616774 commit 833ab43

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ pnpm exec nx build:localization devextreme # Generate localization files
166166
pnpm exec nx build:transpile devextreme # Transpile source code
167167
pnpm exec nx bundle:debug devextreme # Create debug bundle
168168
pnpm exec nx bundle:prod devextreme # Create production bundle
169+
pnpm exec nx build:vectormap devextreme # Build vectormap utils + region data
169170
pnpm exec nx build:npm devextreme # Prepare NPM packages
170171
```
171172

@@ -192,6 +193,7 @@ The `packages/nx-infra-plugin` provides custom Nx executors for build automation
192193
| `build-typescript` | Compiles TypeScript to CJS or ESM modules with configurable output format, tsconfig, and path alias resolution |
193194
| `bundle` | Bundles JavaScript files using webpack with debug or production mode, supporting multiple entry points and license validation |
194195
| `clean` | Removes directories and files with support for exclusion patterns |
196+
| `compress` | Minifies or beautifies JavaScript files, with optional debug block stripping |
195197
| `concatenate-files` | Concatenates files with optional content extraction via regex, header/footer, and find/replace transforms |
196198
| `copy-files` | Copies files and directories to specified destinations with glob pattern support |
197199
| `create-dual-mode-manifest` | Generates package.json files for dual-mode (ESM + CJS) support with main, module, typings, and sideEffects |
@@ -202,6 +204,7 @@ The `packages/nx-infra-plugin` provides custom Nx executors for build automation
202204
| `pack-npm` | Creates npm packages using `pnpm pack` for distribution |
203205
| `prepare-package-json` | Creates distribution-ready package.json with cleaned dependencies for npm publishing |
204206
| `prepare-submodules` | Creates package.json entry points for submodule exports |
207+
| `vectormap` | Builds vectormap utility UMD bundles (`dx.vectormaputils.*.js`) and geographic region data modules from shapefile sources and JST templates |
205208

206209
**Example executor usage in project.json:**
207210
```json

0 commit comments

Comments
 (0)