Skip to content

Commit

Permalink
Merge branch 'main' into Liboul-toggle-fix-inner-elements-with-margin
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens authored Mar 14, 2024
2 parents 2c030a0 + 304fc1a commit c53466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prebuild": "yarn build:contentlayer",
"build": "yarn prebuild && yarn build:registry && next build",
"build:contentlayer": "contentlayer build",
"build:registry": "ts-node --esm --project ./scripts/tsconfig.scripts.json ./scripts/build-registry.ts",
"build:registry": "TS_NODE_PROJECT=./scripts/tsconfig.scripts.json ts-node --esm ./scripts/build-registry.ts",
"dev": "concurrently \"contentlayer dev\" \"NODE_OPTIONS=--max-old-space-size=16192 next dev\"",
"dev:quick": "NODE_OPTIONS=--max-old-space-size=16192 next dev",
"start": "next start",
Expand Down

0 comments on commit c53466b

Please sign in to comment.