Skip to content

Commit

Permalink
Set env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Singh committed Apr 1, 2024
1 parent d461931 commit 110273f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"docusaurus": "docusaurus",
"start": "docusaurus start",
"dev:lean": "dotenv -e .env DISABLE_DOCGEN=true DISABLE_VERSIONING=true DISABLE_EXAMPLES=true DISABLE_CHECKLISTS=true npm run start",
"dev:docs": "dotenv -e .env DISABLE_BLOG=true npm run dev:lean",
"dev:blog": "dotenv -e .env DISABLE_DOCS=true LIVE_PREVIEW_URL=https://next.live-previews.prepverse.github.io/preview npm run dev:lean",
"build": "dotenv -e .env NODE_OPTIONS=\"--max-old-space-size=8192\" docusaurus build",
"build:plugins": "dotenv -e .env sucrase ./plugins -d ./plugins --transforms typescript,imports && npx prettier --write ./plugins",
"swizzle": "dotenv -e .env docusaurus swizzle",
"deploy": "dotenv -e .env docusaurus deploy",
"serve": "dotenv -e .env docusaurus serve",
"clear": "dotenv -e .env docusaurus clear"
"dev:docs": "DISABLE_BLOG=true npm run dev:lean",
"dev:blog": "DISABLE_DOCS=true LIVE_PREVIEW_URL=https://next.live-previews.prepverse.github.io/preview npm run dev:lean",
"build": "NODE_OPTIONS=\"--max-old-space-size=8192\" docusaurus build",
"build:plugins": "sucrase ./plugins -d ./plugins --transforms typescript,imports && npx prettier --write ./plugins",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"clear": "docusaurus clear"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.12.1",
Expand Down

0 comments on commit 110273f

Please sign in to comment.