We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f029b7 commit 5f01bd9Copy full SHA for 5f01bd9
.husky/pre-commit
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
+## . "$(dirname "$0")/_/husky.sh"
3
4
# Check if the hook should be skipped
5
if [ "$SKIP_HOOK" = "true" ]; then
@@ -12,8 +12,8 @@ mkdocs serve --quiet &
12
# Capture the PID of the MkDocs server
13
MKDOCS_PID=$!
14
15
-# Run the accessibility test script
16
-npm run pa11y-test
+# Uncomment the following line to run pa11y-test before commit
+# npm run pa11y-test
17
18
# Stop MkDocs server
19
kill $MKDOCS_PID
entrypoint.sh
@@ -1,3 +1,4 @@
-npm run dev
+npm run dev &
+mkdocs serve --dev-addr=0.0.0.0:8000
0 commit comments