Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Nov 1, 2024
1 parent 37dec77 commit 669334d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/home-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
preview_output: true
project_name: "helix-home"
script_install: pnpm install
script_build: pnpm home build
script_build: pnpm run home build
dist_path: apps/helixbox-home/dist
enable_notify_comment: true
enable_notify_slack: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/home-deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
prod_mode: true
project_name: "helix-home"
script_install: pnpm install
script_build: pnpm home build
script_build: pnpm run home build
dist_path: apps/helixbox-home/dist
enable_notify_slack: true
slack_channel: helix-ui
Expand Down

0 comments on commit 669334d

Please sign in to comment.