Update package.json

No need to build with vite as it was not supposed to be used like this in this project.
This commit is contained in:
Thierry Parlier 2024-02-06 12:42:17 +04:00 committed by GitHub
parent acc6555ded
commit 307841074b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,6 @@
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"prepare": "gulp fastBuild",
"test": "gulp test"
},