Skip to content

Commit 2755f1b

Browse files
committed
fix(vercel): inject lightningcss binary for tailwind v4
1 parent af94bf0 commit 2755f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "npm install @rollup/rollup-linux-x64-gnu --no-save && vite build",
8+
"build": "npm install @rollup/rollup-linux-x64-gnu lightningcss-linux-x64-gnu --no-save && vite build",
99
"lint": "eslint .",
1010
"preview": "vite preview"
1111
},

0 commit comments

Comments
 (0)