🔥 Remove unnecessary postinstall scripts and config (fix #61 and #50)

This commit is contained in:
Alexandre Mouton-Brady
2022-08-27 11:26:19 +02:00
parent 93c0b7eca8
commit 733b6cdf77
6 changed files with 2 additions and 53 deletions
+1 -2
View File
@@ -8,8 +8,7 @@
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"postinstall": "node ./fix-jest-dom.mjs"
"test": "vitest"
},
"license": "MIT",
"devDependencies": {