Skip to content

Commit bde4c90

Browse files
committed
Add build step to start docs
1 parent 770577a commit bde4c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"test:benchmark": "NODE_OPTIONS='--max-old-space-size=4096' vitest run tests/performance/",
2020
"test:watch": "vitest",
2121
"start": "cd docs; jekyll serve",
22+
"prestart:docs": "yarn run build",
2223
"start:docs": "cd docs && bundle exec jekyll serve"
2324
},
2425
"repository": {

0 commit comments

Comments
 (0)