mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
chore: flarum-cli audit infra --fix
This commit is contained in:
1
extensions/statistics/.gitattributes
vendored
1
extensions/statistics/.gitattributes
vendored
@@ -14,5 +14,6 @@ js/dist/* -diff
|
|||||||
js/dist/* linguist-generated
|
js/dist/* linguist-generated
|
||||||
js/dist-typings/* linguist-generated
|
js/dist-typings/* linguist-generated
|
||||||
js/yarn.lock -diff
|
js/yarn.lock -diff
|
||||||
|
js/package-lock.json -diff
|
||||||
|
|
||||||
* text=auto eol=lf
|
* text=auto eol=lf
|
||||||
|
@@ -12,4 +12,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
enable_backend_testing: true
|
enable_backend_testing: true
|
||||||
|
|
||||||
backend_directory: .
|
backend_directory: .
|
||||||
|
@@ -12,10 +12,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
enable_bundlewatch: false
|
enable_bundlewatch: false
|
||||||
enable_prettier: true
|
enable_prettier: true
|
||||||
enable_typescript: false
|
enable_typescript: true
|
||||||
|
|
||||||
frontend_directory: ./js
|
frontend_directory: ./js
|
||||||
|
backend_directory: .
|
||||||
|
js_package_manager: yarn
|
||||||
main_git_branch: master
|
main_git_branch: master
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|
||||||
|
@@ -40,6 +40,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flarum-cli": {
|
"flarum-cli": {
|
||||||
|
"excludeScaffolding": [
|
||||||
|
"js/src/admin/index.ts"
|
||||||
|
],
|
||||||
"modules": {
|
"modules": {
|
||||||
"admin": true,
|
"admin": true,
|
||||||
"forum": false,
|
"forum": false,
|
||||||
@@ -49,7 +52,7 @@
|
|||||||
"gitConf": true,
|
"gitConf": true,
|
||||||
"githubActions": true,
|
"githubActions": true,
|
||||||
"prettier": true,
|
"prettier": true,
|
||||||
"typescript": false,
|
"typescript": true,
|
||||||
"bundlewatch": false,
|
"bundlewatch": false,
|
||||||
"backendTesting": true,
|
"backendTesting": true,
|
||||||
"editorConfig": true,
|
"editorConfig": true,
|
||||||
|
@@ -19,6 +19,7 @@
|
|||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Flarum Integration Tests">
|
<testsuite name="Flarum Integration Tests">
|
||||||
<directory suffix="Test.php">./integration</directory>
|
<directory suffix="Test.php">./integration</directory>
|
||||||
|
<exclude>./integration/tmp</exclude>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Reference in New Issue
Block a user