**chore(scripts): prefix internal scripts with underscore for consistency**

- Updated `package.json` in `web-service-package`, `cli-package`, and the root project to prefix internal NPM scripts with an underscore (`_`), such as `_version`, `_deploy`, `_dry-run`, etc.
- Adjusted all relevant build, versioning, deployment, and test scripts to follow this convention.
- Updated `.gitignore` to include `/brainy-models-package/node_modules/` for effective exclusion.

**Purpose**: Standardize the naming of internal scripts to better differentiate them from user-facing commands and maintain consistency across packages.
This commit is contained in:
David Snelling 2025-08-01 16:22:18 -07:00
parent 7fa06db37f
commit 55862609c3
4 changed files with 33 additions and 32 deletions

1
.gitignore vendored
View file

@ -73,3 +73,4 @@ debug*.js
debug*.ts
/temp/
/temp-tests/
/brainy-models-package/node_modules/