Skip to content

Commit

Permalink
fix: dev:docs script not working (#5987)
Browse files Browse the repository at this point in the history
Co-authored-by: Batuhan Wilhelm <[email protected]>
  • Loading branch information
alicanerdurmaz and BatuhanW authored May 24, 2024
1 parent acd9719 commit ad6b0cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"clear": "docusaurus clear",
"deploy": "docusaurus deploy",
"dev": "docusaurus start",
"dev:blog": "DISABLE_DOCS=true LIVE_PREVIEW_URL=https://next.live-previews.refine.dev/preview npm run dev:lean",
"dev:docs": "DISABLE_BLOG=true npm run dev:lean",
"dev:lean": "DISABLE_DOCGEN=true DISABLE_VERSIONING=true DISABLE_EXAMPLES=true DISABLE_CHECKLISTS=true npm run dev",
"dev:blog": "DISABLE_DOCS=true LIVE_PREVIEW_URL=https://next.live-previews.refine.dev/preview pnpm run dev:lean",
"dev:docs": "DISABLE_BLOG=true pnpm run dev:lean",
"dev:lean": "DISABLE_DOCGEN=true DISABLE_VERSIONING=true DISABLE_EXAMPLES=true DISABLE_CHECKLISTS=true pnpm run dev",
"docusaurus": "docusaurus",
"serve": "docusaurus serve",
"swizzle": "docusaurus swizzle",
Expand Down Expand Up @@ -101,6 +101,6 @@
"packageManager": "[email protected]+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7",
"engines": {
"node": ">=18",
"pnpm": ">= 9"
"pnpm": ">=9"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"changeset": "changeset",
"coffee": "pnpm nuke && pnpm i && pnpm build:all",
"dev": "lerna run dev",
"dev:docs": "concurrently \"cd documentation && pnpm dev\" \"pnpm dev -- --scope @refinedev/live-previews\" --names docs,live --prefix-colors blue,red",
"dev:docs": "concurrently \"cd documentation && pnpm dev\" \"pnpm dev --scope @refinedev/live-previews\" --names docs,live --prefix-colors blue,red",
"lerna": "lerna",
"lint": "biome check .",
"lint:ci": "biome ci .",
Expand Down

0 comments on commit ad6b0cc

Please sign in to comment.