79271276

Date: 2024-12-11 10:13:59
Score: 1
Natty:
Report link

you have to change generate command like this

"scripts": {
  "build": "tsc -b && vite build",
  "lint": "eslint .",
  "generate": "npx @svgr/cli --out-dir ./src/components --typescript -- ./src/assets",
}

check documentation here

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Savan Saman