mirror of
https://github.com/lukaszraczylo/cloudflare-crawl-mcp.git
synced 2026-07-09 04:21:44 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user