switch between arti and default
This commit is contained in:
17
README.md
17
README.md
@@ -269,6 +269,23 @@ Store compiled binaries, test data files, or any binary artifacts with full meta
|
||||
|
||||
## Development
|
||||
|
||||
### NPM Registry Configuration
|
||||
|
||||
The frontend supports working with multiple npm registries (public npm vs corporate Artifactory). See [frontend/README-REGISTRY.md](frontend/README-REGISTRY.md) for detailed instructions.
|
||||
|
||||
**Quick switch:**
|
||||
```bash
|
||||
cd frontend
|
||||
|
||||
# Use public npm (default)
|
||||
npm run registry:public
|
||||
npm ci --force
|
||||
|
||||
# Use Artifactory
|
||||
npm run registry:artifactory
|
||||
npm ci --force
|
||||
```
|
||||
|
||||
### Running Tests
|
||||
```bash
|
||||
pytest tests/ -v
|
||||
|
||||
Reference in New Issue
Block a user