feat: add preview:docs & preview:node scripts - #1082
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1082 +/- ##
==========================================
- Coverage 90.57% 89.99% -0.58%
==========================================
Files 217 218 +1
Lines 20755 20942 +187
Branches 1969 1974 +5
==========================================
+ Hits 18799 18847 +48
- Misses 1949 2088 +139
Partials 7 7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
| File | Main | PR | Change |
|---|---|---|---|
orama-db.json |
9.34 MB | 9.34 MB | +111.00 B (+0.0%) |
Performance estimate (single CI run)
- Generation time: 45.7% slower (14.38 s → 20.95 s)
- Peak memory: 5.4% lower (2.04 GB → 1.93 GB)
web Generator
Performance estimate (single CI run)
- Generation time: 0.4% slower (128.17 s → 128.62 s)
- Peak memory: 0.1% lower (5.41 GB → 5.40 GB)
There was a problem hiding this comment.
Out of curiosity, is this meant to facilitate local development? I think in the past we decided against such scripts. I do believe we could make instructions easier tho.
Description
Add a unified startup preview script to facilitate quick previewing and verification of changes on the page after modifying the code logic.
Validation
Related Issues
Check List
node --run testand all tests passed.node --run format:check&node --run lint.