Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jun 18, 2024
1 parent c81d04f commit fa12f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "site",
"private": true,
"scripts": {
"prepare": "tsx ../internal/scripts/prepare-app",
"dev": "pnpm prepare && next dev",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm prepare && cd ../ && pnpm build && cd site && next build && node ../packages/cli/dist/bin/index.mjs render \".next/**/*.html\"",
"start": "next start",
Expand Down

0 comments on commit fa12f88

Please sign in to comment.