fixup! - [x] Remove npm ci and version steps from release.yml - [x] Add .goreleaser-dist to .gitignore - [x] Configure dist dir and before hook in goreleaser.yaml

This commit is contained in:
2026-03-11 22:43:04 +00:00
parent 0249d13265
commit ce4ad31750
8 changed files with 1061 additions and 3915 deletions
+9 -4
View File
@@ -213,12 +213,17 @@ Examples:
### Commands
```bash
npm run build # Build TypeScript
npm start # Run server
npm test # Run tests
npm run test:watch # Run tests in watch mode
npm install # Install dependencies
npm run typecheck # Type check with tsc
npm run lint # Lint with ESLint
npm run build # Build TypeScript
npm start # Run server
npm test # Run tests
npm run test:watch # Run tests in watch mode
```
CI runs typecheck, lint, build and test.
### Testing
The project includes comprehensive tests covering: