Skip to content

Commit ae19d38

Browse files
authored
fix(tailwind): errors when building in Windows (#2476)
1 parent 19a8696 commit ae19d38

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/tailwind/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"license": "MIT",
2525
"scripts": {
26-
"build": "tsc && NODE_ENV=production vite build --mode production && node ./copy-tailwind-types.mjs",
26+
"build": "tsc && cross-env NODE_ENV=production vite build --mode production && node ./copy-tailwind-types.mjs",
2727
"build:watch": "vite build --watch",
2828
"clean": "rm -rf dist",
2929
"test": "vitest run",
@@ -56,6 +56,7 @@
5656
"@responsive-email/react-email": "0.0.4",
5757
"@types/shelljs": "0.8.15",
5858
"@vitejs/plugin-react": "4.4.1",
59+
"cross-env": "10.0.0",
5960
"postcss": "8.5.3",
6061
"postcss-selector-parser": "7.1.0",
6162
"react-dom": "^19",

pnpm-lock.yaml

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)