Add serve in build process of CI-Workflow.yml
This commit is contained in:
parent
c6caa2c42c
commit
2548dfbc10
|
|
@ -62,7 +62,10 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
|
||||
|
||||
- name: Serve
|
||||
run: pnpm serve
|
||||
|
||||
unit_test:
|
||||
name: Unit test
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue