chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov 2022-01-27 15:51:21 -05:00
parent 73975799c9
commit 2a31ea1c15
5 changed files with 11 additions and 4 deletions

View File

@ -14,5 +14,6 @@ js/dist/* -diff
js/dist/* linguist-generated
js/dist-typings/* linguist-generated
js/yarn.lock -diff
js/package-lock.json -diff
* text=auto eol=lf

View File

@ -12,4 +12,4 @@ jobs:
with:
enable_backend_testing: true
backend_directory: .
backend_directory: .

View File

@ -12,10 +12,12 @@ jobs:
with:
enable_bundlewatch: false
enable_prettier: true
enable_typescript: false
enable_typescript: true
frontend_directory: ./js
backend_directory: .
js_package_manager: yarn
main_git_branch: master
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}

View File

@ -40,6 +40,9 @@
}
},
"flarum-cli": {
"excludeScaffolding": [
"js/src/admin/index.ts"
],
"modules": {
"admin": true,
"forum": false,
@ -49,7 +52,7 @@
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": false,
"typescript": true,
"bundlewatch": false,
"backendTesting": true,
"editorConfig": true,

View File

@ -19,6 +19,7 @@
<testsuites>
<testsuite name="Flarum Integration Tests">
<directory suffix="Test.php">./integration</directory>
<exclude>./integration/tmp</exclude>
</testsuite>
</testsuites>
</phpunit>