**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:
parent
7fa06db37f
commit
55862609c3
4 changed files with 33 additions and 32 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -73,3 +73,4 @@ debug*.js
|
|||
debug*.ts
|
||||
/temp/
|
||||
/temp-tests/
|
||||
/brainy-models-package/node_modules/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue