Skip to content

Commit 6285b64

Browse files
authored
chore: Update netlify config for format-docs to format script change (#1053)
1 parent a9925bd commit 6285b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
publish = "build"
66

77
# Default build command
8-
command = "npm install; npm run format-docs; npm run build"
8+
command = "npm install; npm run format; npm run build"
99

1010
[dev]
1111
# A Boolean value that determines if Netlify Dev launches the local server address in your browser

0 commit comments

Comments
 (0)