Skip to content

Commit

Permalink
[ci/cd] build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cupoftea4 committed Oct 14, 2024
1 parent 7ad0ec6 commit 893416b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install

- name: Build project
run: npm run build
run: npm run build:hope

- name: Deploy
uses: SamKirkland/FTP-Deploy-Action@4.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install

- name: Build project
run: npm run build
run: npm run build:prod

- name: Deploy
uses: SamKirkland/FTP-Deploy-Action@4.3.1
Expand Down

0 comments on commit 893416b

Please sign in to comment.