Skip to content

Commit 9d3b550

Browse files
committed
2818 - Fix build:cloud" command
1 parent fbf083d commit 9d3b550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dev": "vite",
2525
"codegen": "graphql-codegen --config codegen.ts",
2626
"build": "tsc && vite build",
27-
"build:cloud": "dotenv -e .env.cloud -- tsc && vite build --mode cloud",
27+
"build:cloud": "tsc && vite build --mode cloud",
2828
"serve": "vite preview",
2929
"test": "vitest run",
3030
"test:watch": "vitest watch",

0 commit comments

Comments
 (0)