mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Set NODE_ENV to development and not testing in launch template (#57407)
This commit is contained in:
Vendored
+1
-1
@@ -38,7 +38,7 @@
|
||||
"0"
|
||||
],
|
||||
"env": {
|
||||
"NODE_ENV": "testing"
|
||||
"NODE_ENV": "development"
|
||||
},
|
||||
"outFiles": [
|
||||
"${workspaceFolder}/built/**/*.js",
|
||||
|
||||
Reference in New Issue
Block a user