Skip to content

Commit

Permalink
Fix deploy script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Nov 6, 2023
1 parent 97790e1 commit 3ea6ff1
Show file tree
Hide file tree
Showing 3 changed files with 20,702 additions and 25,586 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "cd packages/site && pnpm dev",
"build": "pnpm -r build",
"preview": "cd packages/site && pnpm preview",
"deploy": "cd packages/worker && pnpm deploy",
"deploy": "cd packages/worker && pnpm run deploy",
"sync": "cd packages/site && pnpm sync",
"lint": "pnpm -r lint",
"format": "pnpm -r format",
Expand Down
Loading

0 comments on commit 3ea6ff1

Please sign in to comment.