Skip to content

Commit

Permalink
fix yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-sg committed Aug 15, 2023
1 parent d7269bc commit dc60fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
node-version: '16.17.0'
- run: yarn global add @quasar/cli
- run: quasar build -m ssr -d
- run: yarn install
- run: quasar build -m ssr -d
- run: mkdir functions
- run: cp index.js functions
- run: ls -l dist/ssr
Expand Down

0 comments on commit dc60fb0

Please sign in to comment.