Skip to content

Commit

Permalink
try removing cross-env for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggz committed Dec 8, 2024
1 parent bd16984 commit 8bc5359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"typescript": "^5.5.4"
},
"scripts": {
"dev": "tsc && cross-env NODE_ENV=development node dist/main.js",
"start": "cross-env NODE_ENV=production node dist/main.js",
"dev": "tsc && NODE_ENV=development node dist/main.js",
"start": "NODE_ENV=production node dist/main.js",
"build": "tsc",
"lint": "eslint . --ext .js,.ts",
"test": "jest"
Expand Down

0 comments on commit 8bc5359

Please sign in to comment.