Skip to content

Commit c236c40

Browse files
committed
Fix NODE_ENV for tests
1 parent 4b6f0b3 commit c236c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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": "vite build --mode test && testem ci"
28+
"test:ember": "NODE_ENV=development vite build --mode test && testem ci"
2929
},
3030
"exports": {
3131
"./tests/*": "./tests/*",

0 commit comments

Comments
 (0)