Skip to content

Commit

Permalink
chore: build website with lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 26, 2024
1 parent c6781f9 commit 1032b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"compile:tsc": "tsc",
"build": "lerna run build",
"build:website": "pnpm run --filter website build",
"build:website": "lerna run --scope website build",
"prettier": "prettier --ignore-unknown .",
"prettier:write": "pnpm run prettier --write",
"test": "pnpm run \"/^test:.*/\"",
Expand Down

0 comments on commit 1032b9c

Please sign in to comment.