Skip to content

Commit 25a5776

Browse files
committed
fix: 💚 Fix update:schema-docs script for non-Windows systems
1 parent d7a9697 commit 25a5776

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
@@ -16,7 +16,7 @@
1616
"prettier:fix": "prettier --write .",
1717
"prettier:check": "prettier --check .",
1818
"update:automated": "npm run update:schema-docs && npm run prettier:fix",
19-
"update:schema-docs": "graphql-markdown.cmd --no-toc --no-title --update-file ./develop/references/graphql-base-schema.md ./develop/references/schema.graphql"
19+
"update:schema-docs": "graphql-markdown --no-toc --no-title --update-file ./develop/references/graphql-base-schema.md ./develop/references/schema.graphql"
2020
},
2121
"dependencies": {
2222
"@cmfcmf/docusaurus-search-local": "^0.6.6",

0 commit comments

Comments
 (0)