Skip to content

Commit

Permalink
fix: run build in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
arcs- committed Feb 22, 2024
1 parent 4e51420 commit f5368b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"preinstall": "git config core.hooksPath hooks",
"build": "npm run build",
"watch": "npm run build && esno ./scripts/runAll watch",
"build": "pnpm -r build",
"watch": "pnpm -r run build && esno ./scripts/runAll watch",
"typecheck": "tsc --noEmit",
"docs:dev": "vitepress dev --port 3000",
"docs:build": "vitepress build",
Expand Down

0 comments on commit f5368b3

Please sign in to comment.