Skip to content

Commit

Permalink
buildTest is in test mode
Browse files Browse the repository at this point in the history
duh
  • Loading branch information
AlexErrant committed Nov 15, 2024
1 parent 0d3dcf1 commit 5e5b336
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-ugc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build",
"build-watch": "vite build --watch",
"buildDev": "vite build --outDir distDev --mode development",
"buildTest": "vite build --outDir distTest",
"buildTest": "vite build --outDir distTest --mode test",
"previewDev": "vite preview --outDir distDev",
"previewTest": "vite preview --outDir distTest",
"tsc-build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build",
"build-watch": "vite build --watch",
"buildDev": "vite build --outDir distDev --mode development",
"buildTest": "vite build --outDir distTest",
"buildTest": "vite build --outDir distTest --mode test",
"previewDev": "vite preview --outDir distDev",
"previewTest": "vite preview --outDir distTest --port 3043",
"postinstall": "./postinstall.sh",
Expand Down
2 changes: 1 addition & 1 deletion hub-ugc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build",
"build-watch": "vite build --watch",
"buildDev": "vite build --outDir distDev --mode development",
"buildTest": "vite build --outDir distTest",
"buildTest": "vite build --outDir distTest --mode test",
"previewDev": "vite preview --outDir distDev",
"previewTest": "vite preview --outDir distTest",
"tsc-build": "tsc",
Expand Down

0 comments on commit 5e5b336

Please sign in to comment.