Skip to content

Commit a9dc3f3

Browse files
committed
chore: remove cross-env
you wont believe how happy i am dropping this. thank you pnpm
1 parent ce3501c commit a9dc3f3

File tree

3 files changed

+3
-64
lines changed

3 files changed

+3
-64
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"env:encrypt": "dotenvx-ext-vault encrypt",
1717
"lint": "biome lint",
1818
"lint:fix": "biome lint --fix --unsafe",
19-
"start": "cross-env NODE_ENV=production node --env-file=.env --enable-source-maps .",
19+
"start": "NODE_ENV=production node --env-file=.env --enable-source-maps .",
2020
"test": "node --run check && node --run typecheck",
2121
"typecheck": "tsc --noEmit"
2222
},
@@ -38,7 +38,6 @@
3838
"devDependencies": {
3939
"@biomejs/biome": "^2.1.2",
4040
"@dotenvx/dotenvx-ext-vault": "^0.3.2",
41-
"cross-env": "^10.0.0",
4241
"prisma": "^6.12.0",
4342
"standard-changelog": "^7.0.1",
4443
"typescript": "^5.8.3"

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ onlyBuiltDependencies:
44
- bufferutil
55
- prisma
66
- zlib-sync
7+
8+
shellEmulator: true

0 commit comments

Comments
 (0)