mirror of
https://github.com/chenasraf/nextcloud-app-template.git
synced 2026-05-17 17:28:09 +00:00
4 lines
84 B
Bash
4 lines
84 B
Bash
#!/usr/bin/env bash
|
|
export PHP_CS_FIXER_IGNORE_ENV=1
|
|
pnpm lint-staged -- --relative
|