Skip to content

Commit 9919c0d

Browse files
committed
Correct typo in prebuild
1 parent fa32828 commit 9919c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"build": "rescript",
3232
"format": "rescript format -all && prettier --write ./tests/index.js ./package.json ./docs/pages",
3333
"docs": "astro dev",
34-
"pre:build:docs": "node docs/llm.js",
34+
"prebuild:docs": "node docs/llm.js",
3535
"build:docs": "astro build"
3636
},
3737
"license": "MIT",

0 commit comments

Comments
 (0)