Skip to content

Commit 17b33b0

Browse files
run prebuild before start
1 parent ce7feab commit 17b33b0

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
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
7+
"prestart": "./scripts/prebuild.sh",
78
"start": "docusaurus start",
89
"prebuild": "./scripts/prebuild.sh",
910
"build": "docusaurus build",

0 commit comments

Comments
 (0)