Skip to content

Commit 9fd187b

Browse files
committed
chore: try to fix coverage regression
1 parent 7ec14a1 commit 9fd187b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ variables:
66
AST_COMPARE: true
77
ENABLE_TEST_RESULTS: true
88
ENABLE_CODE_COVERAGE: "" # only enable coverage on the fastest job
9+
NODE_ENV: development
910

1011
jobs:
1112
- job: Dev_Lint
@@ -70,6 +71,8 @@ jobs:
7071
displayName: Prod Test on macOS
7172
pool:
7273
vmImage: macos-10.13
74+
variables:
75+
NODE_ENV: production
7376
strategy:
7477
matrix:
7578
Node_v4:

0 commit comments

Comments
 (0)