test: init

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-22 03:29:34 +01:00
parent b6ae7c5cdf
commit 8d0ea995bf
8 changed files with 178 additions and 64 deletions

View File

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