fix: delete cards

This commit is contained in:
2024-07-11 12:21:27 +01:00
parent 815599f173
commit 2294bafeea
3 changed files with 2 additions and 5 deletions

View File

@ -52,7 +52,8 @@
"start": "vite",
"build": "vite build",
"intl-extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file src/lang.json --flatten true",
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json"
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json",
"pre:commit": "yarn intl-extract && yarn intl-compile && yarn prettier --write ."
},
"eslintConfig": {
"extends": [