Skip to content

Commit 3f44c9e

Browse files
authored
fix deployment error
1 parent 0266fff commit 3f44c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"format:js:check": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
2020
"format:mdx": "prettier --write \"**/*.{md,mdx}\"",
2121
"format:mdx:check": "prettier --check \"**/*.{md,mdx}\"",
22-
"links:check": "linkinator ./build --recurse --verbosity error --skip \".*github.*|.*localhost.*\""
22+
"links:check": "linkinator ./build --recurse --verbosity error --skip \".*github.*|.*localhost.*\"",
2323
"vale:sync": "vale sync",
2424
"vale": "vale docs/",
2525
"vale:check": "vale --minAlertLevel=warning docs/"

0 commit comments

Comments
 (0)