19 lines
718 B
Plaintext
19 lines
718 B
Plaintext
---
|
|
description: EventHubFrontAdmin — npm/lint/e2e только через WSL (Windows npm сломан)
|
|
alwaysApply: true
|
|
---
|
|
|
|
# EventHubFrontAdmin: Node / npm (WSL)
|
|
|
|
**Запрещено:** `npm` / `npx` / `node` из Windows PowerShell/CMD.
|
|
|
|
**Обязательно:** команды только в **WSL**:
|
|
|
|
```bash
|
|
wsl -e bash -lc 'cd /mnt/c/Users/alexc/IdeaProjects/eventHub/EventHubFrontAdmin && npm run lint'
|
|
wsl -e bash -lc 'cd /mnt/c/Users/alexc/IdeaProjects/eventHub/EventHubFrontAdmin && npm run build'
|
|
wsl -e bash -lc 'cd /mnt/c/Users/alexc/IdeaProjects/eventHub/EventHubFrontAdmin && npm test'
|
|
```
|
|
|
|
Push: обычно `master` через `bash ~/.cursor/eventhub/git-push.sh …/EventHubFrontAdmin`
|