Skip to content

Commit 3c83586

Browse files
committed
Updated husky
1 parent 94ed79c commit 3c83586

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.husky/pre-commit

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npm run build

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const footerLinks = [
6868
{
6969
href: `https://github.com/${organizationName}/${workshopName}`,
7070
label: "This lab in GitHub",
71-
}
71+
},
7272
{
7373
label: ${new Date().getFullYear()} MongoDB, Inc.`,
7474
href: "#",

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"node": ">=20.0"
4646
},
4747
"devDependencies": {
48-
"husky": "^9.0.11"
48+
"husky": "^9.1.7"
4949
}
5050
}

0 commit comments

Comments
 (0)