We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915afd6 commit 6313d72Copy full SHA for 6313d72
.circleci/config.yml
@@ -48,7 +48,6 @@ jobs:
48
<<: *defaults
49
environment:
50
JEST_JUNIT_OUTPUT_DIR: test-results
51
- NODE_ENV: production
52
NODE_OPTIONS: --max-old-space-size=4000
53
steps:
54
- *restore_git_cache
@@ -66,6 +65,8 @@ jobs:
66
65
command: npm run test:unit -- --reporters="default" --reporters="jest-junit" --coverage --coverageReporters=text --coverageReporters=lcov --maxWorkers="2"
67
- run:
68
name: Build
+ environment:
69
+ NODE_ENV: production
70
command: npm run build
71
72
name: Integration
0 commit comments