mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 07:42:48 +08:00
chore: flarum-cli audit infra --fix
This commit is contained in:
parent
8e8c9ba53d
commit
e23ac5d51c
|
@ -15,6 +15,7 @@ jobs:
|
|||
enable_typescript: true
|
||||
|
||||
frontend_directory: ./js
|
||||
main_git_branch: main
|
||||
main_git_branch: master
|
||||
|
||||
secrets:
|
||||
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|
|
@ -55,7 +55,8 @@
|
|||
"editorConfig": true,
|
||||
"styleci": true,
|
||||
"admin": true,
|
||||
"forum": true
|
||||
"forum": true,
|
||||
"css": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -9,7 +9,9 @@
|
|||
"format": "prettier --write src",
|
||||
"format-check": "prettier --check src",
|
||||
"check-typings": "tsc --noEmit --emitDeclarationOnly false",
|
||||
"check-typings-coverage": "typescript-coverage-report"
|
||||
"check-typings-coverage": "typescript-coverage-report",
|
||||
"clean-typings": "npx rimraf dist-typings && mkdir dist-typings",
|
||||
"build-typings": "npm run clean-typings && cp -r src/@types dist-typings/@types && tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flarum/prettier-config": "^1.0.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user