Skip to content

Commit

Permalink
fix: build script for website
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Sep 8, 2022
1 parent 96304d7 commit d11edc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "vitest run",
"build:local": "NEXT_PUBLIC_LOCAL_DEV=true yarn build:prod",
"build:prod": "yarn run --top-level docs --force && yarn build:css && yarn build:next && yarn node scripts/generateAllIndicies.js",
"build:prod": "yarn run --top-level build && yarn run --top-level docs --force && yarn build:css && yarn build:next && yarn node scripts/generateAllIndicies.js",
"build:next": "next build",
"build:css": "yarn generate:css",
"dev": "yarn run --top-level docs && concurrently 'yarn dev:css' 'yarn dev:next'",
Expand Down

1 comment on commit d11edc6

@vercel
Copy link

@vercel vercel bot commented on d11edc6 Sep 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.