# Helper Scripts

Build and maintenance scripts for the @c8y/style package.

## Scripts

### `test-compile.sh`
Quick compilation test for the SCSS entry points.

**Usage:**
```bash
# Run directly
./helper-scripts/test-compile.sh

# Or via npm
npm test
```

**Checks:**
- `main.scss`, `login.scss`, `branding.scss` and `branding-login.scss` compile without errors

## Directory Structure

```
packages/style/
└── helper-scripts/
    ├── README.md         # This file
    └── test-compile.sh   # SCSS compilation test
```
