Skip to content

Commit 98c07d3

Browse files
committed
Move to .env.test
1 parent c236c40 commit 98c07d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

files/.env.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Default NODE_ENV with vite build --mode=test is production
2+
NODE_ENV=development

files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint:types": "glint<% } %>",
2626
"start": "vite",
2727
"test": "concurrently \"<%= packageManager %>:lint\" \"<%= packageManager %>:test:*\" --names \"lint,test:\" --prefixColors auto",
28-
"test:ember": "NODE_ENV=development vite build --mode test && testem ci"
28+
"test:ember": "vite build --mode test && testem ci"
2929
},
3030
"exports": {
3131
"./tests/*": "./tests/*",

0 commit comments

Comments
 (0)