fix build process
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 17s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 17s
This commit is contained in:
parent
be7bb66e70
commit
c7e751695f
3 changed files with 21 additions and 18 deletions
|
|
@ -21,15 +21,10 @@ jobs:
|
|||
run: |
|
||||
npm ci
|
||||
|
||||
- name: Prepare dist directory
|
||||
run: |
|
||||
rm -rf dist
|
||||
cp -r public dist
|
||||
ls -la dist/
|
||||
|
||||
- name: Build Vue app
|
||||
run: |
|
||||
npm run build
|
||||
ls -la dist/
|
||||
ls -la dist/assets/dist/
|
||||
|
||||
- name: Deploy via FTP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue