-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
dev:docs
script not working (#5987)
Co-authored-by: Batuhan Wilhelm <[email protected]>
- Loading branch information
1 parent
acd9719
commit ad6b0cc
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -101,6 +101,6 @@ | |
"packageManager": "[email protected]+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7", | ||
"engines": { | ||
"node": ">=18", | ||
"pnpm": ">= 9" | ||
"pnpm": ">=9" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters