mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +02:00
chore: flarum-cli audit infra --fix
This commit is contained in:
@@ -15,6 +15,7 @@ jobs:
|
|||||||
enable_typescript: true
|
enable_typescript: true
|
||||||
|
|
||||||
frontend_directory: ./js
|
frontend_directory: ./js
|
||||||
main_git_branch: main
|
main_git_branch: master
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|
@@ -55,7 +55,8 @@
|
|||||||
"editorConfig": true,
|
"editorConfig": true,
|
||||||
"styleci": true,
|
"styleci": true,
|
||||||
"admin": true,
|
"admin": true,
|
||||||
"forum": true
|
"forum": true,
|
||||||
|
"css": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@@ -9,7 +9,9 @@
|
|||||||
"format": "prettier --write src",
|
"format": "prettier --write src",
|
||||||
"format-check": "prettier --check src",
|
"format-check": "prettier --check src",
|
||||||
"check-typings": "tsc --noEmit --emitDeclarationOnly false",
|
"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": {
|
"devDependencies": {
|
||||||
"@flarum/prettier-config": "^1.0.0",
|
"@flarum/prettier-config": "^1.0.0",
|
||||||
|
Reference in New Issue
Block a user