trying to fix post build

This commit is contained in:
Igor Katson 2024-08-12 22:45:51 +01:00
parent 3b7383ac13
commit f0c882deb7
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && ./post-build",
"build": "vite build && python3 post-build",
"preview": "vite preview"
},
"dependencies": {