Add postinstall script

This commit is contained in:
adilallo
2025-07-29 10:36:51 -06:00
parent e0815084c2
commit 79325f8f1b
2 changed files with 13 additions and 11 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"postinstall": "npm rebuild lightningcss"
},
"dependencies": {
"next": "15.2.4",