Skip to content

Commit 619f605

Browse files
authored
run format command before build for consistency (testing-library#197)
1 parent 95fab02 commit 619f605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
publish = "website/build/testing-library-docs"
1212

1313
# Default build command.
14-
command = "cd website; npm install; npm run build"
14+
command = "cd website; npm install; npm run format-docs; npm run build"
1515

1616
# React root to React landing page
1717
[[redirects]]

0 commit comments

Comments
 (0)