Skip to content

Commit 237d0d8

Browse files
committed
Added Doc Detective package script
1 parent 1f17902 commit 237d0d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"storybook": "storybook dev -p 6006",
1616
"build-storybook": "storybook build",
1717
"test": "npm run build",
18-
"build-schemas": "node ./.scripts/buildSchemaReferences.js"
18+
"build-schemas": "node ./.scripts/buildSchemaReferences.js",
19+
"doc-detective": "npx doc-detective@latest runTests"
1920
},
2021
"dependencies": {
2122
"@docusaurus/core": "3.5.2",

0 commit comments

Comments
 (0)