Skip to content

Commit

Permalink
Merge branch 'cloudflare_ci_webpack_ssr' of github.com:telosnetwork/t…
Browse files Browse the repository at this point in the history
…eloscan into cloudflare_ci_webpack_ssr
  • Loading branch information
ezra-sg committed Aug 8, 2023
2 parents f712371 + e262617 commit 5e987a3
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 5e987a3

Please sign in to comment.