Remove python3 build dependency

This commit is contained in:
Igor Katson 2024-10-03 13:54:23 +01:00
parent 8b66119746
commit 61a01b4253
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 26 additions and 29 deletions

View file

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