Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Oct 20, 2023
1 parent fbd64c8 commit 44eb824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"algolia-prod": "ALGOLIA_INDEX_NAME=docs_website_prod OPENAI_API_KEY=dummy-key121 npx 7d ingest --files 'src/pages/**/*.md' --files 'src/pages/**/*.mdx' --files 'src/specs/**/*.json' --db algolia --skip-embeddings",
"build": "NODE_OPTIONS=--max-old-space-size=8192 pnpm run build:scripts && next build",
"build:next": "pnpm run build:scripts && next build",
"build:scripts": "node ./src/scripts/build.mjs",
"build:scripts": "tsx ./build/index.mts",
"build:storybook": "pnpm run build:scripts && storybook build",
"chromatic": "chromatic -b build:storybook",
"cypress:ci": "NEXT_PUBLIC_APP_DEV=test start-server-and-test dev http://localhost:3000 cypress:run",
Expand Down

0 comments on commit 44eb824

Please sign in to comment.