chore(frontend): get typechecking to pass

This commit is contained in:
Jack Westbrook
2025-03-03 09:44:51 +01:00
parent ad36be9612
commit 4ba0bbb602
+1 -1
View File
@@ -29,7 +29,7 @@
"scripts": {
"clean": "rimraf ./dist ./compiled ./package.tgz ./src/icons-gen",
"generate": "yarn clean && npx @svgr/cli ./svg --silent && mv ./src/icons-gen/index.ts ./src",
"typecheck": "yarn generate && tsc --emitDeclarationOnly false --noEmit",
"typecheck": "tsc --emitDeclarationOnly false --noEmit",
"lint": "eslint --ext .ts,.tsx ./src",
"prettier:check": "prettier --check --list-different=false --log-level=warn \"**/*.{ts,tsx,scss,md,mdx,json}\"",
"build": "yarn generate && rollup -c rollup.config.ts --configPlugin esbuild"