Skip to content

Commit

Permalink
Build both spa and ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
poplexity committed Aug 8, 2023
1 parent bd1bd49 commit e262617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
node-version: '16.17.0'
- run: yarn global add @quasar/cli
- run: yarn install
- run: quasar build -m spa
- run: quasar build -m ssr
- run: ls -la
- run: mkdir dist/spa/functions && cp -a functions/* dist/spa/functions/
- run: cp -a dist/ssr dist/spa/ssr
- name: upload
Expand Down

0 comments on commit e262617

Please sign in to comment.