We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec14a1 commit 9fd187bCopy full SHA for 9fd187b
1 file changed
azure-pipelines.yml
@@ -6,6 +6,7 @@ variables:
6
AST_COMPARE: true
7
ENABLE_TEST_RESULTS: true
8
ENABLE_CODE_COVERAGE: "" # only enable coverage on the fastest job
9
+ NODE_ENV: development
10
11
jobs:
12
- job: Dev_Lint
@@ -70,6 +71,8 @@ jobs:
70
71
displayName: Prod Test on macOS
72
pool:
73
vmImage: macos-10.13
74
+ variables:
75
+ NODE_ENV: production
76
strategy:
77
matrix:
78
Node_v4:
0 commit comments