Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mk1020 authored Jun 14, 2021
1 parent c346b9b commit d3f8d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: npm install and build
run: |
npm install
npm run build
npm run build:prod
- name: transfer package.json to Server
uses: appleboy/scp-action@master
with:
Expand Down

0 comments on commit d3f8d5c

Please sign in to comment.