Skip to content

Commit d3f8d5c

Browse files
authored
Update deploy.yml
1 parent c346b9b commit d3f8d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: npm install and build
1818
run: |
1919
npm install
20-
npm run build
20+
npm run build:prod
2121
- name: transfer package.json to Server
2222
uses: appleboy/scp-action@master
2323
with:

0 commit comments

Comments
 (0)