Skip to content

Commit

Permalink
chore: use cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Dec 4, 2024
1 parent e7a134d commit 2df1b33
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 @@ -4,11 +4,11 @@
"scripts": {
"format": "prettier --ignore-unknown --cache --check .",
"format:write": "prettier --ignore-unknown --write .",
"dev": "AZURE_CLIENT_ID= next dev",
"dev": "cross-env AZURE_CLIENT_ID= next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "AZURE_CLIENT_ID= tsx app/api/chat/engine/generate.ts"
"generate": "cross-env AZURE_CLIENT_ID= tsx app/api/chat/engine/generate.ts"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
Expand Down

0 comments on commit 2df1b33

Please sign in to comment.