13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
---
|
|
alwaysApply: true
|
|
---
|
|
# After each change
|
|
- Make sure that CI steps are passing (`.github/workflows/ci.yml`).
|
|
- bun install --frozen-lockfile
|
|
- composer install --no-interaction --prefer-dist --optimize-autoloader
|
|
- bun run build
|
|
- ./vendor/bin/pest
|
|
- vendor/bin/pint --test
|
|
- bun run format
|
|
- bun run lint
|