File tree 2 files changed +27
-1
lines changed
gitops/overlays/dev/configs/cdb-estimator-frontend
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,30 @@ npm run dev
30
30
31
31
Your application will be available at ` http://localhost:3000/ ` .
32
32
33
+ run checks with:
34
+
35
+ ``` bash
36
+ npm run checks
37
+ ```
38
+
39
+ run tests with:
40
+
41
+ ``` bash
42
+ npm run test
43
+ ```
44
+
45
+ run end to end (e2e) tests with:
46
+
47
+ ``` bash
48
+ npm run test:e2e
49
+ ```
50
+
51
+ update test snapshots with:
52
+
53
+ ``` bash
54
+ npm run test:e2e -- -u
55
+ ```
56
+
33
57
## Building for Production
34
58
35
59
Create a production build:
Original file line number Diff line number Diff line change @@ -136,4 +136,6 @@ OTEL_USE_CONSOLE_METRIC_EXPORTER=
136
136
# Enable the console trace exporter (default: false).
137
137
OTEL_USE_CONSOLE_TRACE_EXPORTER=
138
138
139
- DEV_ENDPOINTS_ENABLED=true
139
+ DEV_ENDPOINTS_ENABLED=true
140
+
141
+ ADOBE_ANALYTICS_DEBUG=true
You can’t perform that action at this time.
0 commit comments