docs: remove duplicate parsed tag items (#10676)

This commit is contained in:
Shahed Nasser
2024-12-19 19:33:23 +02:00
committed by GitHub
parent 024c55d995
commit 8650e6178e
5 changed files with 31 additions and 19 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"start:monorepo": "yarn start -p 3003",
"lint": "next lint --fix",
"lint:content": "eslint --no-config-lookup -c .content.eslintrc.mjs app/**/*.mdx --fix",
"prep": "node ./scripts/prepare.mjs"
"prep": "node ./scripts/prepare.mjs",
"prep:turbo": "npx turbo run prep"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",