chore: remove prebuild

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-22 03:34:49 +01:00
parent 8d0ea995bf
commit 0d9cb03aa0
2 changed files with 2 additions and 3 deletions

View File

@@ -20,8 +20,7 @@
"test:ui": "vitest --ui",
"lint": "eslint src --max-warnings=0",
"typecheck": "tsc --project tsconfig.json --noEmit",
"prepare": "husky install",
"prebuild": "npm run test"
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.4",