mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:27:09 +08:00
chore: add scaffolding exclude config
This ensures `flarum-cli audit infra --fix` works.
This commit is contained in:
parent
6538893042
commit
7f3c09c37e
@ -39,7 +39,17 @@
|
||||
}
|
||||
},
|
||||
"flarum-cli": {
|
||||
"exludeScaffolding": [".github/workflows/backend.yml"],
|
||||
"excludeScaffolding": [
|
||||
".github/workflows/backend.yml",
|
||||
"js/src/admin/index.ts",
|
||||
"tests/phpunit.integration.xml",
|
||||
"tests/integration/setup.php"
|
||||
],
|
||||
"excludeScaffoldingConfigKeys": {
|
||||
"composer.json": [
|
||||
"scripts.test:setup"
|
||||
]
|
||||
},
|
||||
"modules": {
|
||||
"admin": true,
|
||||
"forum": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user