mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +00:00
fix(ui): local files line ending issue with pre-commit (#12392)
This commit is contained in:
parent
a3bff293a4
commit
e698589d55
@ -124,7 +124,7 @@
|
||||
"cypress:open": "cypress open --e2e",
|
||||
"cypress:run": "cypress run --config-file=cypress.config.ts",
|
||||
"cypress:run:record": "cypress run --config-file=cypress.config.ts --record --parallel",
|
||||
"i18n": "sync-i18n --files '**/locale/languages/*.json' --primary en-us --space 2 ",
|
||||
"i18n": "sync-i18n --files '**/locale/languages/*.json' --primary en-us --space 2 --fn",
|
||||
"check-i18n": "npm run i18n -- --check"
|
||||
},
|
||||
"browserslist": {
|
||||
|
||||
@ -69,7 +69,6 @@ const MlModelDetail: FC<MlModelDetailProp> = ({
|
||||
settingsUpdateHandler,
|
||||
updateMlModelFeatures,
|
||||
onExtensionUpdate,
|
||||
|
||||
createThread,
|
||||
versionHandler,
|
||||
tagUpdateHandler,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user