Skip to content

Commit e60b184

Browse files
committed
fix netlify build
1 parent 9a4100d commit e60b184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[build]
44
# The command to build your Docusaurus site
5-
command = "npm run build"
5+
command = "npm install && npm run build"
66

77
# The directory that contains the deploy-ready static files
88
publish = "build"

0 commit comments

Comments
 (0)