Skip to content

Commit

Permalink
fix site deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Jan 14, 2024
1 parent c095454 commit f1b8397
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 @@ -18,7 +18,7 @@
"site:start": "pnpm --filter=./site start",
"site:build": "pnpm --filter=./site build",
"site:serve": "pnpm --filter=./site serve",
"site:deploy": "pnpm --filter=./site deploy",
"site:deploy": "pnpm --filter=./site run deploy",
"site:deploy-preview": "pnpm metrics:build && pnpm --filter=./site deploy-preview",
"metrics:build-system": "pnpm --filter=@capsizecss/metrics extract-system-metrics",
"metrics:build": "pnpm --filter=@capsizecss/metrics build",
Expand Down

0 comments on commit f1b8397

Please sign in to comment.